in reply to How to dereference with sub hashes array...?
Change
toprint "\t$line\n";
print "\t@$line\n";
Cheers Rolf
( addicted to the Perl Programming Language)
after a second look at your data structure I think that hdbs suggestion in Re: How to dereference with sub hashes array...? rather suits your needs.
|
|---|