in reply to Re^2: Accessing values of a Hash object
in thread Accessing values of a Hash object
Won't the value to the stringified key be in fact the anon array
No. There won't be a value. You haven't set a value. You can check this easily with Data::Dumper.
$ perl -MData::Dumper -le 'print Dumper {[(110,FB),(100,F)]}' $VAR1 = { 'ARRAY(0x125560)' => undef };
See the Copyright notice on my home node.
"The first rule of Perl club is you do not talk about Perl club." -- Chip Salzenberg
|
|---|