Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    print Dumper $some_var;
    
  2. or download this
    print STDERR Dumper %hash_of_hashes;
    
  3. or download this
    print "<pre>\n", Dumper %hash_of_arrays, "</pre>\n";