This is the source code and links for Chapter 14 of CGI Programming 101.
Chapter 14: Perl Modules
Name | Description | |
upload-cgi.html | File Upload Program (Source Code) | |
upload2-cgi.html | File Upload Program 2 (with Image::Size) (Source Code) | |
count-cgi.html | Graphical Counter Program (calculates count) (Source Code) | |
imgcount-cgi.html | Graphical Counter Program (generates image with GD) (Source Code) | |
count.html | Graphical Counter Program (Example) | |
getfile-cgi.html | E-mailing Attachments (Source Code) |
Resources
- CPAN (Comprehensive Perl Archive Network). Search CPAN modules here: http://search.cpan.org/
- ImageMagick (PerlMagick): http://www.ImageMagick.org/
- GD: http://www.boutell.com/gd/
- MIME::Lite
- Email::Stuffer is a simple module for sending e-mail with attachments.