Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
    }
    
    print 'Max is ', max(1, 2);
    
  2. or download this
    $ pm_1155832_cond_use_mod.pl
    Check for List::Util::max() at compile time
    Undefined subroutine &main::max called at ./pm_1155832_cond_use_mod.pl
    + line 11.
    
    Max is 2
    
  3. or download this
    $ PM_1155832_USE=1 pm_1155832_cond_use_mod.pl
    Check for List::Util::max() at compile time
    Max is 2