Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
my error says: Can't use an undefined value as an ARRAY reference@mc_mth_attrs = @{$mc_attr_lookup{$key}->{attrs}}; print Dumper(@mc_mth_attrs);
Thanks in advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: trying to populate an array from a hash of arrays
by Zaxo (Archbishop) on Jun 20, 2003 at 13:54 UTC | |
|
Re: trying to populate an array from a hash of arrays
by halley (Prior) on Jun 20, 2003 at 13:56 UTC | |
by Anonymous Monk on Jun 20, 2003 at 14:00 UTC | |
|
Re: trying to populate an array from a hash of arrays
by adrianh (Chancellor) on Jun 20, 2003 at 13:56 UTC |