ports/devel/p5-Data-Dumper-Simple/pkg/DESCR

5 lines
245 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.