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