Help for this page
use strict; use warnings; ... } print "Max value is $max\n";
use strict; use warnings; ... } return $max; # This will be undefined if no integer found }