Help for this page

Select Code to Download


  1. or download this
    my $lf = (sort(<*>))[-1];
    print $lf,"\n";
    
  2. or download this
    print (sort(<*>))[-1], "\n";