SitePoint » Articles » Uploading Files Using CGI and Perlhttp://articles.sitepoint.com/2008-03-13T13:00:00+00:00/>SitePointUploading Files Using CGI and PerlMatt Doylehttp://articles.sitepoint.com/article/*s a lot of great desktop software developed by theThere
open-source movement. In this article, Tim shows us a few cool tricks
using GIMP, a free and open-source image editor.
;
2008-03-13T13:00:00+00:00Uploading Files Using CGI and PerlMatt Doylehttp://articles.sitepoint.com/article/uploading-files-cgi-perlWith 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.2008-03-13T13:00:00+00:00CGI::Application: A Simple, Extensible Web FrameworkDan Hornehttp://articles.sitepoint.com/article/cgi-applicationCGI::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!2005-05-02T14:00:00+00:00Introducing HTML::TemplateDan Hornehttp://articles.sitepoint.com/article/introducing-html-templateMeet 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.2005-04-21T14:00:00+00:00Build a File Download Script in PerlErick Joneshttp://articles.sitepoint.com/article/file-download-script-perlIf 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.2003-06-20T14:00:00+00:00Attack of the Killer Bugs!Quinn Slackhttp://articles.sitepoint.com/article/attack-killer-bugsIs your Perl riddled with bugs? Knock 'em dead and clean up your code: extermination is easy with Quinn's quick tips. 2002-04-13T14:00:00+00:00Embedding Perl Into Web PagesWrox Presshttp://articles.sitepoint.com/article/embedding-perl-web-pagesThis 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.2001-09-03T14:00:00+00:00Three New Perl BooksKevin Yankhttp://articles.sitepoint.com/article/three-new-perl-booksThere 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.2001-06-08T14:00:00+00:00The Perl Tutorial: What's Perl?Boris Mordkovichhttp://articles.sitepoint.com/article/perl-tutorial-whats-perlComplex, arcane, impossible to understand? Boris debunks Perl, to help you begin to understand this powerful language.2001-03-14T13:00:00+00:00Setting Up A Form Powered By CGIBoris Mordkovichhttp://articles.sitepoint.com/article/setting-up-form-powered-cgiHaving some functionality behind a form can make life so much easier. Boris steps you through the process of setting up a CGI form. 2001-03-14T13:00:00+00:00