I am trying to create a CGI using MacPerl that prompts someone for their password and then verifies it. The archive will contain a list of passwords in the following format: PASS1 PASS2 PASS3 PASS4 I already have the open(CHECK, '<passwords.txt') or die "Can't Verify!!!\n"; command, but I am a little lost after that. Shoud I use $Line = <INPUT> or $Line = $_ or something else? Can someone help? Dakota ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch