in reply to Reading form data and printing variables using CGI.pm
Greetings cal,
You're on the right track. You just need to define what $Firstname is going to be.
my $Firstname = param('Firstname');Put that somewhere in front of your print statement and you're done.
-gryphon
code('Perl') || die;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Reading form data and printing variables using CGI.pm
by cal (Beadle) on Jul 19, 2002 at 21:23 UTC | |
by gryphon (Abbot) on Jul 19, 2002 at 22:33 UTC | |
by PodMaster (Abbot) on Jul 19, 2002 at 21:48 UTC |