I solved the problem by checking to see if the password object is defined. Like this:
else { if ($query->param('password')) { $pwd = $query->param('password'); if ($pwd eq "suckmydick") { $pwd = 1; &form; } else { &get_password(); } } else { &get_password(); } }
In reply to Re: Re: Debugging Perl .cgi forms
by nysus
in thread Debugging Perl .cgi forms
by nysus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |