Help for this page
use strict; use warnings; #use test; ... #print min(5, undef, 10, 3); print test::min(5, undef, 10, 3);
package test; use Exporter 'import'; ... } return $best; }