Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^7: Key value pair in hash inside while loop

by Cristoforo (Curate)
on Aug 28, 2014 at 20:55 UTC ( [id://1098919]=note: print w/replies, xml ) Need Help??


in reply to Re^6: Key value pair in hash inside while loop
in thread Key value pair in hash inside while loop

Change

$pos = (split /\s+/)[0];

to

$pos = (split /\s+/, $ctline)[0];

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-23 18:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found