in reply to RE: RE: Re: Linking Forms with CGI
in thread Linking Forms with CGI

Of course there is a way to use the form you created.
Let's suppose the form calls a script named test.cgi.
In this script you write:
use CGI qw/:cgi/;
Then you may use the param('name') where name is the form-element name in your page