"Teresa Raymond" <[EMAIL PROTECTED]> wrote in message
news:p05100301b8de2cf961a1@[67.36.181.234]...
> What I've done is:
>
> 1) have login page w/ hidden input name="formname" w/ some value leads to
> 2) cgi prog that cks that formname eq "some value" and the username &
> password1 and password2 first
>     exists:
>
>     *unless ($informname eq "some value" && (-e $inusername) && (-e
> $inpassword1) && (-e $inpassword2))
>
uhhh... -e is a filetest operator, so your program is porbably not doing
what you think its doing.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to