|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
RE: RE: RE: undefs and functionsby perlmonkey (Hermit) |
| on Aug 02, 2000 at 21:32 UTC ( #25790=note: print w/ replies, xml ) | Need Help?? |
|
I maybe barking up the wrong tree, but I think I got your error. It took a bit of rooting around. Normally if the scalar is just a normal hash it should autovivify. Here is an autovivification example: Results: All those keys were undef, but now they were created just by asking for them. I got your error only when I tried to turn an undef into a hash reference explicitly:print %{$foo->{a}->{d}} So maybe making it into a two step process: that might take care of your errors. If I totally missed your problem, sorry.
In Section
Meditations
|
|
||||||||||||||||||||