Beefy Boxes and Bandwidth Generously Provided by pair Networks chromatic writing perl on a camel
The stupid question is the question not asked
 
PerlMonks  

Re: A "but" operator.

by SpanishInquisition (Pilgrim)
on Sep 27, 2004 at 19:00 UTC ( #394297=note: print w/ replies, xml ) Need Help??


in reply to A "but" operator.

"But" is not a conditional operator like "and", it's actually two seperate statements with an implied mutual exclusivity between them. What "but" would return in scalar or array context is up for debate, but it's probably something like:

sub but() { my ($x,$y) = @_; die "that's unpossible!" if (!$x && $y) return $x; }

Interesting thread, but I agree with your girlfriend ... it's totally useless :)


Comment on Re: A "but" operator.
Download Code

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others wandering the Monastery: (9)
As of 2013-05-19 14:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (397 votes), past polls