Tutorials
ASP Tutorials

XML Tutorials
Javascript Tutorials
CSS Tutorials
HTML Tutorials
Perl Tutorials
PHP Tutorials
C/C++/C# Tutorials
Java Tutorials
Visual Basic Tutorials

Sedo - Buy and Sell Domain Names and Websites project info: softwaresourcer.com Statistics for project softwaresourcer.com etracker® web controlling instead of log file analysis


Perl/CGI Tutorials - Improve your understanding of Perl/CGI



Welcome to the Perl/CGI Tutorial pages on Softwaresourcer.com - here you can find tutorials, help and information on Perl/CGI t from all over the internet. If you have any questions about Perl/CGI or would like Perl/CGI Development done for your company please complete our free IT quotes form. If you are a company who takes on Perl/CGI projects and would like to receive leads from people looking for Perl/CGI or other IT related work please complete our IT suppliers partner form. and we will provide you with up to 5 impartial quotations free of charge!



Introduction to Input Validation with Perl
How can we make software that withstands malicious input attacks? We can start by minimizing the set of entities our software trusts and by conscientiously validating all input...


Introduction to mod_perl (part 1): Why mod_perl?
You hear a lot about mod_perl when you're around other web developers, and you come across sites that use it all the time.. but have you ever wondered what's so great about mod_perl? Find out in this article...


Introduction to mod_perl (part 2): mod_perl Quickstart
Last week you found out all sorts of good things about mod_perl, but you may be wondering how you get started using it. Let this article be your guide...


Introduction to mod_perl (part 3): Non-privileged Install
You know how to get mod_perl up and running on servers where you are a privileged user, but on machines where you are not privileged, it's a bit trickier. Let this article be your guide...


Introduction to mod_perl (part 4): Perl Basics
Now that you have mod_perl installed, you can move on to learning how to use it. This article will run you through some basic Perl concepts to start with...


mod_perl in 30 minutes
This week, Stas Bekman shows us how to install and configure mod_perl, and how to start accelerating CGI scripts with Apache::Registry...
Publisher: www.perl.com

More than You Ever Wanted to Know About Templates
One of the biggest problems with CGI scripts is that programmers are usually the only ones who can modify them. If you work with designers who regularly want to tweak the HTML generated by a CGI script...


Operators: arithmetic and otherwise
Perl has its own addition and mulitply operators for strings. These operators are . and x respectively. We'll show you how these work compared to their arithmetic counterparts...
Publisher: www.perlmonks.org

Optimizing Your Perl
Is your Perl program taking too long to run? This might be because you've chosen a data structure or algorithm that takes a long time to run. By rethinking how you've implemented a function, you might be able to realize huge gains in speed...


Perl 101 (Part 1) - The Basics
Known as much for its confusing, often oddball, syntax as for its efficiency and speed, Perl has a mystique that very few languages can match. This first article in a new series gives novice and intermediate programmers an introduction to the basics of th...