Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Re: Re: Anyone use "xor" in conditionals?

by Excalibor (Pilgrim)
on Jul 14, 2003 at 19:08 UTC ( [id://274104]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Anyone use "xor" in conditionals?
in thread Anyone use "xor" in conditionals?

Hi there,

I was, of course, talking about the first extended version offered by Abigail:

$ perl -le 'print "T" if ((print "foo" or print "bar") and (not (prin +t "foo" and print "bar"))' foo foo bar

More specifically, I was talking in the case A is false (messier to write with print() as a one liner, left as an exercise for the reader :-)

The point is, once you got the better, downlevel operator, use it if you need it! But no more than that.

best regards,

--
our $Perl6 is Fantastic;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (2)
As of 2024-03-19 10:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found