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