Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    #use test;
    ...
    
    #print min(5, undef, 10, 3);
    print test::min(5, undef, 10, 3);
    
  2. or download this
    package test;
    
    use Exporter 'import';
    ...
        }
        return $best;
    }