Starting with Perl 5.004, the standard Perl release contains a module of library functions desinged to make Perl CGI programming a lot simpler. |
The "use" statement can include the CGI.pm module. The parameter, such as ":standard" or ":all" controls which library functions are imported. |
It includes a function called param, which is similar to ReadParse, in returning the value of any field name. |