Help for this page

Select Code to Download


  1. or download this
    @data = map int( rand 100 ), 1.. 100;
    $max = ( reduce{ 
    ...
    } [0], @data )->[0];
    print $max;;
    96