David Gilden writes ..
>Here is code fragment that I can't seem to solve.
>All help, suggestions are appreciated.
>Thanks!
>Dave
>
>What I want to do is to check for either if the username or
>password is good:
>
>The $pwfile contains (exactly like it is here):
>username1|password1
>username2|pa
>-Original Message-
>From: M.W. Koskamp [mailto:[EMAIL PROTECTED]]
>Sent: Sat 21 Apr 2001 11:08
>To: David Gilden; [EMAIL PROTECTED]
>Subject: Re: Populating Hashs and checking multi form fields
>
>
>
>- Original Message -
>From: David Gilden &l
- Original Message -
From: David Gilden <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 21, 2001 2:49 AM
Subject: Populating Hashs and checking multi form fields
> # stuff $pwd in to @indata
> open(FILE,$pwfile) || die &dead("Can'
Hello,
Here is code fragment that I can't seem to solve.
All help, suggestions are appreciated.
Thanks!
Dave
What I want to do is to check for either if the username or password is good:
The $pwfile contains (exactly like it is here):
username1|password1
username2|password2
ect.
# stuff $p