Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: conditional statement works one way, but not the other

by kcott (Archbishop)
on May 15, 2014 at 09:09 UTC ( [id://1086121]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -le '1 == 0 ? 1 : (for (1) { 1 })'
    syntax error at -e line 1, near "(for "
    Execution of -e aborted due to compilation errors.
    
  2. or download this
    $ perl -Mstrict -Mwarnings -le '1 == 0 ? 1 : (while (1) { 1 })'
    syntax error at -e line 1, near "(while"
    Execution of -e aborted due to compilation errors.
    

Log In?
Username:
Password:

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

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

    No recent polls found