Perl: The CGI.pm Module
The CGI.pm Module
Perl includes a CGI module (library) for dealing with CGI I/O
It includes routines to read form data, generate HTTP headers, and HTML
use CGI qw(:standard); # This means use the CGI library and import
# the standard set of functions