CGI and Perl General Development tutorials
In this Part 10 of "The Perl You Need to Know" series, you will be shown how to work with Perl's list and hash data structures.
Related Tutorials
Perl Basics
Learn the basics of Perl. Topics covered include basic syntax, variables, arrays, hashes, conditionals, loops, and module usage/installation
Sorting Techniques
This article is about teaching the novice programmer how to sort lists of things, while showing to the more experienced folks certain techniques and ideas that could be new to them if they are migrating from a different language.
Getting information about the user
This note describes how to get information about a remote user from within a CGI-bin script, and lists the information available.
CGI Environmental Variables
Lists all standard environmental variables made available to CGI programs by web servers, and provides a brief explanation of each one of them.
 
Categories