- or download this
#!/usr/bin/perl
...
print Dumper make_hashref();
print Dumper make_hashref2();
print Dumper make_hashref3();
- or download this
$VAR1 = {
'foo' => 'bar'
...
'foo' => 'bar',
'boo' => 'too'
};
- or download this
$VAR1 = 'foo';
$VAR2 = 'bar';
$VAR3 = 'boo';
$VAR4 = 'too';