Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            );
    
    print Dumper \%bar;
    
  2. or download this
    $VAR1 = {
              'ARRAY(0x18ae770)' => 'zebras',
              'ARRAY(0x17f0ec8)' => 'elephants'
            };
    
  3. or download this
    my @foo = qw/1 2 3 4 5 6/;
    my @fu  = qw/1 2 3 4 5 6/;
    ...
            );
    
    print Dumper \%bar;
    
  4. or download this
    $VAR1 = {
              '123456' => 'zebras'
            };