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

Yes, you got it. Re your other question just change
my $name = param('name'); to this my $name = $cgi->param('name');
poj