Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
       };
    my %index3 = eval $index;
    print Dumper \%index3;
    
  2. or download this
    $VAR1 = {
              '1' => 'foo',
              '3' => 'baz',
              '2' => 'bar'
            };