Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^2: "defined" in while loop Edit | Delete | Quote | Reply | Private Reply

by ikegami (Patriarch)
on Feb 16, 2009 at 23:47 UTC ( [id://744240]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -le"$_=4; while (--$_) { print }"
    3
    2
    1
    
  2. or download this
    >perl -e"print 0" | perl -le"while ($_ = <>) { print $_ ? 'true' : 'fa
    +lse' }"
    false
    ...
        ();
    }
    -e syntax OK
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-20 05:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found