p5-Data-Dumper-Simple

easily dump variables with names

WWW CVSWeb GITHub
  1. Package version
    p5-Data-Dumper-Simple-0.11p1
  2. Maintainer
    The OpenBSD ports mailing-list

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.