Help for this page

Select Code to Download


  1. or download this
    sub dd {
      use Data::Dumper;
      print Data::Dumper->new([@_])->Sortkeys(1)
        ->Indent(1)->Useqq(1)->Dump . "\n";
    }