Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print Data::Dumper->Dump( [ $hashRef ], [ qw{ hashRef } ] );
    print q{-} x 30, qq{\n};
    
  2. or download this
    ------------------------------
    $VAR1 = 'name';
    ...
                 'age' => 25
               };
    ------------------------------