Help for this page

Select Code to Download


  1. or download this
    my $max;
    while( my $file = readdir(DIR) ) {
       $max = $file if $file gt $max;
    }
    print $max;