Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Why "use of uninitialized value" warning comes?

by ikegami (Patriarch)
on Nov 01, 2006 at 16:49 UTC ( [id://581704]=note: print w/replies, xml ) Need Help??


in reply to Re: Why "use of uninitialized value" warning comes?
in thread Why "use of uninitialized value" warning comes?

What if an element of @need was the nul string ("")? If you want to check if you've reached the end of the array, check if you've reached the end of the array.

last if $incr == @need;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-23 12:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found