NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:

This node was taken out by the NodeReaper on Jul 26, 2010 at 12:37 UTC
  • Comment on Reaped: linked list using associative hash

Replies are listed 'Best First'.
Re: linked list using associative hash
by almut (Canon) on Jul 26, 2010 at 11:29 UTC

    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...

Re: linked list using associative hash
by roboticus (Chancellor) on Jul 26, 2010 at 11:42 UTC

    changma_ha:

    You might want to reconsider your node title "linked list using associative hash" as it has nothing to do with linked lists nor associative hashes...

    ...roboticus