September 2002
Intermediate to advanced
544 pages
13h 6m
English
The first step in using CGI.pm from within the program is importing the module. As long as the CGI.pm file is in one of the standard library directories with your installation, you can import it using the command
use CGI;
CGI.pm has an object-oriented interface, which requires you to create a new CGI object, and then reference all the data structures and functions associated with CGI.pm using that object.
|
| A discussion of the nature of object-oriented programming is beyond the scope of this book. Suffice it to say that when you use the object-oriented interface to CGI.pm, you keep the method names and variable ... |
Read now
Unlock full access