Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: logical Exclusive Or, xor

by Abigail-II (Bishop)
on Oct 14, 2002 at 14:11 UTC ( [id://205083]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        EXPR1 and EXPR2;
    
  2. or download this
        if (EXPR1) {EXPR2}
    
  3. or download this
        unless (defined ($opt1) xor defined ($opt2)) {
            die "usage message";
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (11)
As of 2024-04-18 14:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found