Help for this page

Select Code to Download


  1. or download this
    print ((sort { $b <=> $a } grep defined, @_)[0]), " - was a max define
    +d value\n";
    
  2. or download this
    print +(sort { $b <=> $a } grep defined, @_)[0], " - was a max defined
    + value\n";