1151f07053
Data::Dumper::Simple is actually a source filter that replaces all instances of Dumper($some, @args) in your code with a call to Data::Dumper->Dump(). You can use the one function provided to make dumping variables for debugging a trivial task. ok simon@
5 lines
245 B
Plaintext
5 lines
245 B
Plaintext
Data::Dumper::Simple is actually a source filter that replaces all
|
|
instances of Dumper($some, @args) in your code with a call to
|
|
Data::Dumper->Dump(). You can use the one function provided to make
|
|
dumping variables for debugging a trivial task.
|