Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Inconsistent for the sake of convenience

by Narveson (Chaplain)
on Feb 17, 2009 at 15:38 UTC ( [id://744455]=note: print w/replies, xml ) Need Help??


in reply to Inconsistent for the sake of convenience

The while statement modifier works differently with do than with other statements.

print "This doesn't print.\n" while 2 + 2 == 5; do {print "But this prints once.\n"} while 2 + 2 == 5;

Log In?
Username:
Password:

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

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

    No recent polls found