|
The text and programs here are from the first edition of CGI Programming 101. This has been replaced by the 2nd edition; please click here to view the updated material from the 2nd edition. |
| Name | Description |
| mail.txt | Form-To-Mail CGI, using a module (source code) |
| mail.html | Form-To-Mail CGI example |
| mymod.txt | Custom Module (source code) |
Effective Perl Programming, by Joseph N. Hall and Randal Schwartz.Contains a chapter on writing packages and modules, info on how to embed your documentation with POD, and how to submit a module to CPAN.