in reply to Re: Re: Reading from multi line file -> CGI.pm
in thread Reading from multi line file -> CGI.pm

Also, there was a bit of a typo on my behalf:
($user eq $q->param('ueq &encrypt_pass)
Should have been:
($user eq $q->param('username') && $pass eq &encrypt_pass)