SitePoint Articles
Server-side Coding : CGI & Perl Tutorials
Uploading Files Using CGI and Perl
- CGI & Perl Tutorials
- March 14th, 2008
- Tutorial
With the current web industry focus on PHP and Ruby, you may think it odd to see a Perl article on sitepoint.com. Perl recently celebrated its 20th anniversary and, as the de-facto CGI language of the web from Day 1, it still has many loyal fans and drives sites such as amazon.com and livejournal.com. In this revised step-by-step tutorial, Matt explains how to use Perl with CGI to allow users to upload files securely to your server.
CGI::Application: A Simple, Extensible Web Framework
- CGI & Perl Tutorials
- May 3rd, 2005
- Tutorial
CGI::Application aims to provide an object-oriented framework for developing extensible, maintainable and re-usable code. Here, Dan explains how you can use CGI::Application to your advantage!
Introducing HTML::Template
- CGI & Perl Tutorials
- April 22nd, 2005
- Tutorial
Meet HTML::Template, Perl's lightweight, practical templating solution. In this fast-paced tutorial, Dan explains how to install Perl, and get started using HTML::Template in your own applications.
Build a File Download Script in Perl
- CGI & Perl Tutorials
- June 21st, 2003
- Tutorial
If you allow users to download files from your site, what's to stop other sites linking direct to these files? Protect your copyrights and bandwidth with this handy Perl script.
Attack of the Killer Bugs!
- CGI & Perl Tutorials
- April 14th, 2002
- Tutorial
Is your Perl riddled with bugs? Knock 'em dead and clean up your code: extermination is easy with Quinn's quick tips.
Embedding Perl Into Web Pages
- CGI & Perl Tutorials
- September 4th, 2001
- Tutorial
This sample chapter from Wrox release 'Professional Perl Development' considers the use of Perl to address the shortcomings of CGI in combining functionality with page presentation.
Three New Perl Books
- CGI & Perl Tutorials
- June 9th, 2001
- Review
There is an abundance of Perl books out there for you to choose from, but which one is right for you? Kev looks at three of the latest offerings from WROX and O'Reilly and lets you know what he thinks.
The Perl Tutorial: What's Perl?
- CGI & Perl Tutorials
- March 15th, 2001
- Tutorial
Complex, arcane, impossible to understand? Boris debunks Perl, to help you begin to understand this powerful language.
Setting Up A Form Powered By CGI
- CGI & Perl Tutorials
- March 15th, 2001
- Tutorial
Having some functionality behind a form can make life so much easier. Boris steps you through the process of setting up a CGI form.
Programming Perl 101
- CGI & Perl Tutorials
- October 17th, 2000
- Tutorial
Whether you've installed a few PERL scripts in the past, or merely heard of PERL our tutorial for the non-programmer will launch you into the new and exciting world of PERL Programming.