Kris Seraphine wrote:

> I want to use one script with multiple functions to
> process a variety of forms/information.
> 
> in my script I declare the action variable and give it
> instructions:
> 
> # get the action
> my $ACTION = $Q->param('action') || "";
> if ($ACTION eq "check_password")


is $Q defined as such:

my $Q = new CGI;

?


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

Reply via email to