Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Variable scalar creation.

by Thelonious (Scribe)
on Feb 13, 2005 at 11:43 UTC ( [id://430564]=note: print w/replies, xml ) Need Help??


in reply to Re: Variable scalar creation.
in thread Variable scalar creation.

undef is converted to the empty string when comparing it to a string. Give it a try:

print "ne" while(undef eq '');
hth

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-24 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found