Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Conditional Operator Confusion

by Melly (Chaplain)
on Nov 29, 2006 at 12:39 UTC ( [id://586675]=note: print w/replies, xml ) Need Help??


in reply to Re: Conditional Operator Confusion
in thread Conditional Operator Confusion

Well, pfft - that's no good for golf... although I'm still confused - how does precedence work in this context?

Tom Melly, pm@tomandlu.co.uk

Replies are listed 'Best First'.
Re^3: Conditional Operator Confusion
by Anonymous Monk on Nov 29, 2006 at 12:56 UTC
    ??
    C:\>perl -MO=Deparse,-p for(1..10){ $_>5 ? $x='foo' : $x='bar'; print "$_:$x\n"; } ^Z foreach $_ (1 .. 10) { ((($_ > 5) ? ($x = 'foo') : $x) = 'bar'); print("${_}:$x\n"); } - syntax OK

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-19 06:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found