Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: use of uninitialized value

by farang (Chaplain)
on Jul 01, 2013 at 07:26 UTC ( [id://1041771]=note: print w/replies, xml ) Need Help??


in reply to use of uninitialized value

The advice of Anonymous Monk above is all excellent, but this for one thing will not fly.

($a,$b)=split ("\t"); $a=@a; $b=@b;
Whatever you have in $a and $b after the split is immediately turned to 0 by assigning empty arrays to those variables.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-25 18:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found