Help for this page

Select Code to Download


  1. or download this
    # Open puzzle file and print ##
    open(IN, "/Users/TMP/Puz.txt") or die "Can't open Puz.txt for reading:
    + $!\n";
    ...
                    }
            }
    }
    
  2. or download this
    sub find_words {
    print "Here are the answers!\n\n";
    ...
            }
    exit;
    }