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

Re^2: shift vs @_

by ikegami (Patriarch)
on Oct 02, 2006 at 21:14 UTC ( [id://575958]=note: print w/replies, xml ) Need Help??


in reply to Re: shift vs @_
in thread shift vs @_

if 0(zero) is acceptable then don't do this.

More specifically, if one of the following is acceptable, then don't do this:

  • 0 (numeical zero),
  • '0' (the string consisting exactly of the character zero),
  • '' (the zero-length string),
  • undef (the undefined value), or
  • something that evaluates to one of the above in boolean context

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-19 05:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found