|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: linked list using associative hashby almut (Canon) |
| on Jul 26, 2010 at 11:29 UTC ( #851357=note: print w/ replies, xml ) | Need Help?? |
|
Maybe the problem is that you're using @subinfo (which you're overwriting for every input line) in the final foreach loop when you check if ($subinfo[$count] <= 50), so what you get is just the values of the last line...
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||