in reply to CGI Menu submit

There are two ways of receiving requests in a CGI script:

You can read this on-line book: Perl for the Web by Chris Radcliff , find more info about the server - environment variables (how to use them).

The module that you need to learn about is CGI.pm, read something simple as: a tutorial of CGI::Application for beginers, as a starting. But it is not even the peak of the iceberg :) .