- or download this
sub STORE {
warn "STORE: ".join(', ',map{"'$_'"} @_)."\n";
...
- or download this
STORE: 'FlatHash=ARRAY(0x820fd58)', 'Monkey', 'HASH(0x820fd88)'
- or download this
$VAR1 = {
'monkey' => {
'habits' => ['Eating', 'Scratching']
}
};
- or download this
$VAR1 = {
'monkeyhabits' => 'Scratching'
}