Help for this page

Select Code to Download


  1. or download this
    if( $input =~ /$first/i ){ ... }
    
  2. or download this
    # prompt for $filename
    open HINTS, "Hints.txt" or die "Can't find file\n";
    ...
      printf "Found: %s\n", $last;
    }
    close HINTS;