in reply to Re: Re: cgi programming...
in thread cgi programming...

my $name = param('name');
becomes
my $name = $cgi->param('name');

------
We are the carpenters and bricklayers of the Information Age.

Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.