CGI & Web
Perl tutorials and resources with a specific focus on web technologies like email, aimbots and CGI.
Working with CGI.pm In-Depth - Retrieving Environment Variables
How to retrieve environment variables with CGI.pm
Working with CGI.pm In-Depth - Setting a Cookie
How to set a cookie using cgi.pm
Working with CGI.pm In-Depth - Creating an Image Based Submit Button
How to create buttons from images to submit forms.
Working with CGI.pm In-Depth - Creating Submit and Reset Buttons
How to build submit and reset buttons with CGI.pm
Working with CGI.pm In-Depth - Creating Hidden Fields
How to build a hidden form field with CGI.pm
Working with CGI.pm In-Depth - Creating Checkboxes
How to create checkboxes with CGI.pm
Working with CGI.pm In-Depth - Creating Drop-Down Lists
How to build a drop-down list with CGI.pm
Working with CGI.pm In-Depth - Creating Text Areas
How to build a text area with CGI.pm
Working with CGI.pm In-Depth - Creating Text Fields
How to build a text field with CGI.pm
Working with CGI.pm In-Depth - Creating HTML Form Elements
How to build form elements with CGI.pm
Working with CGI.pm In-Depth - Creating HTML Forms
How to start and end HTML forms with CGI.pm
Working with CGI.pm In-Depth - Creating an HTML Document
How to create an HTML document header with CGI.pm
Working with CGI.pm In-Depth - Creating HTTP Headers
How to create HTTP Headers, Content, Attachments and Redirect with CGI.pm
'Hello World' using CGI.pm
Learn how to create a simple CGI script in Perl using CGI.pm.
CGI Made Really Easy
A very simple, easy to understand tutorial on basic CGI with Perl and C.
CGI Programming 101
A very detailed tutorial on using Perl as a CGI.
The WWW Security FAQ
A dry but comprehensive guide to securing your CGI programs.
Handling file uploading with CGI.pm
A nice, quick tutorial on file uploads.
Python CGI: An Interactive Instruction
A nice tutorial on using Python to write CGI programs.
