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