|
|
| P is for Practical | |
| PerlMonks |
Re: Re: Extracting array of hashes from databy nysus (Deacon) |
| on Jun 10, 2001 at 01:44 UTC ( #87240=note: print w/ replies, xml ) | Need Help?? |
|
I'm still running into a problem using push @{ $alldata{$key} }, \%temphash; For instance, try: print "$alldata{PROTSIM}[2]{PCT}\n"; at the end of the file. You'll get an Use of uninitialized value at test.pl line 24, <DATA> chunk 35. error. What's strange is that: print "$alldata{PROTSIM}[2]{ORG}\n"; is AOK. Anyone have any ideas?
I have not read perldsc but I certainly will. Looks useful.
$PM = "Perl Monk's";
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||