Update sysutils/bacula9-docs to version 9.2.2
[dports.git] / www / p5-CGI.pm / pkg-descr
1 There are two styles of programming with CGI.pm, an object-oriented
2 style and a function-oriented style.  In the object-oriented style you
3 create one or more CGI objects and then use object methods to create the
4 various elements of the page.  Each CGI object starts out with the list
5 of named parameters that were passed to your CGI script by the server.
6 You can modify the objects, save them to a file or database and recreate
7 them.  Because each object corresponds to the "state" of the CGI script,
8 and because each object's parameter list is independent of the others,
9 this allows you to save the state of the script and restore it later.
10
11 WWW: https://metacpan.org/release/MARKSTOS/CGI.pm-3.65