[prev] [index] [next]

CGI.pm

CGI.pm is a Perl module to simplify CGI scripts.

It prrovides functions/methods that make it easy

  • to access parameters and other data for CGI scripts
  • to produce HTML output from the script
CGI.pm supports two styles of programming:
  • object-oriented, with CGI objects and methods on those objects
  • function-oriented, with function calls and a single implicit CGI object