Help for this page

Select Code to Download


  1. or download this
    open(FILE, "<", $this_file) or die "Could not open $this_file because 
    +$!\n";
    
  2. or download this
    $long{$file} = $longest_string_in_this_file;
    $short{$file} = $shortest_string_in_the_same_file;