Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print Data::Dumper::Dumper($bar);
    foo $bar;
    print Data::Dumper::Dumper($bar);
    
  2. or download this
    $VAR1 = bless( {
                     'six' => 6,
    ...
              'one' => 'One',
              'two' => 2
            };