mikeyYankoski has asked for the wisdom of the Perl Monks concerning the following question:
Thanks!unless (("$my_user" eq "$page_usr")&&("$my_passw" eq "$page_passw")) { print "Content-type: text/html\n\n"; print "Wrong Username or Password!\n"; print "Entered User: $my_user\n"; print "Allowed User: $page_user\n"; print "Entered Passw: $my_passw\n"; print "Allowed Passw: $page_passw\n"; exit; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: Password Authentication
by tye (Sage) on Mar 14, 2001 at 04:17 UTC | |
|
Re: Password Authentication
by dws (Chancellor) on Mar 14, 2001 at 04:22 UTC | |
|
Re: Password Authentication
by archon (Monk) on Mar 14, 2001 at 04:02 UTC | |
|
Re: Password Authentication
by Hot Pastrami (Monk) on Mar 14, 2001 at 04:00 UTC | |
by Chady (Priest) on Mar 14, 2001 at 04:06 UTC | |
by yakko (Friar) on Mar 14, 2001 at 04:36 UTC | |
by archon (Monk) on Mar 14, 2001 at 04:09 UTC |