CGI Programming with Perl

CGI Programming with Perl

A survey Example


Opinion surveys of users of the web document

Each user fills in the choices

The collective data must be stored between visits

Where? in the server disk!!

For instance the cgi-bin directory



| The Common gateway Interface| | CGI linkage| | Query String Format| | The CGI.pm Format|

| A survey Example| | Cookies| | Animation using CGI|