http://qs321.pair.com?node_id=306394


in reply to Re: Re: perl tutorial clarification
in thread perl tutorial clarification

What does your HTML page look like? The tutorial uses:
my $tainted_username = param( 'username' ) || '';
but your code reads:
my $username = param( 'login' ) || '';
Does the HTML form set the variable username or the variable login? Those must match.

If things get any worse, I'll have to ask you to stop helping me.