in reply to A very simple userid/password check

There's a nasty bug in this line of code:

if ($NotFound=="false") {

You should compare strings using eq, not ==. As it stands, this expression is always true.

--
<http://www.dave.org.uk>

European Perl Conference - Sept 22/24 2000, ICA, London
<http://www.yapc.org/Europe/>