Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Reaped: linked list using associative hash

by NodeReaper (Curate)
on Jul 26, 2010 at 11:14 UTC ( [id://851355]=perlquestion: print w/replies, xml ) Need Help??

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://851355]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 02:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found