From Introduction to Perl Jackson State University Mississippi -- Fall Semester 97. byNancy J. McCracken
A file (or I/O channel) is referred to by a "filehandle". (Perl automatically creates filehandles STDIN, STDOUT and STDERR.) We choose to keep our password table in a file with one word per line, alternating keys and values.