use strict; use warnings; use lib 'lib'; use test; print min( 5, undef, 10, 3);