Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

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

by kcott (Archbishop)
on May 15, 2014 at 09:09 UTC ( #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? | Other CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2023-03-21 17:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (60 votes). Check out past polls.

    Notices?