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