Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    1 while ($str =~ /(\w+)\s+(\d+)(?{if($2 > $biggest) {$result=[$1, $2];
    + $biggest=$2}})/gx);
    
    print "$result->[0] $result->[1]";
    
  2. or download this
    EFEAF 1090