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;
|
|---|