Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $input_file = 'foobar.txt';
    ...
    
    print "Maxima:\n";
    print "($_->[ 0 ], $_->[ 1 ])\n" for @max;
    
  2. or download this
    use strict;
    my $input_file = 'foobar.txt';
    ...
    
    print "Maxima:\n";
    print "($_->[ 0 ], $_->[ 1 ])\n" for @max;