Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings;
    my ($x, $y, $z) = (-11,-13,4);
    ...
        }
    }
    print "max odd: ", $max || "not found","\n";
    
  2. or download this
    use strict; use warnings;
    my ($x, $y, $z) = (-11,-13,4);
    ...
        }
    }
    print "max odd: ", $max || "not found","\n";