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 ourfree 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 ourIT suppliers partner form.
and we will provide you with up to 5 impartial quotations free of charge!
So, You Want to Place a CGI, Huh?
Run your own guestbook! This sends mail to your box (in a delineated form) then posts a thank-you note to your viewer... Publisher: www.htmlgoodies.com
So, You Want Your Own Counter CGI, Huh?
Everybody wants a counter on his or her page. I can understand. I love the look of a counter proclaiming to all that my page is cool enough for a couple hundred thousand to roll through ...
Socket Programming in PERL
In this article, Rahul shows us how to create a client-server socket program in Perl and then demonstrates it by pinging the server...
Stopping Spam with SpamAssassin
I receive a lot of spam; an absolute massive bucket load of spam. I received more than 100 pieces of spam in the first three days of this month. I receive so much spam that Hormel Foods sends trucks to take it away. And I'm convinced that things are getti...
Symmetric Cryptography in Perl
Cryptographic algorithms, or ciphers, offer Alice one way to protect her data. By encrypting the recipe before sending it over the network, she can render it useless to anyone but Bob, who alone possesses the secret information required to decrypt it...
The basics
So you want to learn Perl eh??? If you're unsure of that much you might want to check What is Perl? ...
The Perl Tutorial: What's Perl?
Complex, arcane, impossible to understand? Boris debunks Perl, to help you begin to understand this powerful language...
The Perl You Need to Know:Part 3 "Maintaining State"
Despite the jargony jingle, maintaining state is a process in which we engage daily in our own lives, from building a ham and turkey triple-decker sandwich to reading a book...
The Regular Expression Rundown
Regular expressions are programming constructs that look like #!?#@!!# comic-book expletives and can be wondrously powerful tools...
Using HTTP Headers to Optimize CGI
Let's take a close look, from a HTTP perspective, at how an HTML document is returned from a server to a browser. The Web server receives a browser's request via HTTP for a particular document...
Using Perl with XML (part 1)
Converted your little black book into XML, and don't know what to do next? This article gets you started on the path to being an XML guru, demonstrating how to use Perl's SAX parser to parse and convert your XML into Web-friendly HTML...
Using Perl With XML (part 2)
They say there's more than one way to skin a cat - and that's twice as true when you're a Perl developer. In this concluding article on XML parsing with Perl, find out how the XML::DOM package provides an alternative technique for manipulating XML element...
Visual Perl for Microsoft Visual Studio .NET
What does Perl hacker Jonathan Eisenzopf think of add-ons to other products? What does he think of Visual Perl, in particular, and will he ever write in Linux again? Read his review of Visual Perl, a plug-in for Microsoft Studio .NET, to find out...
Web Mining with Perl
It is common knowledge that the Internet is a great data source. It is also common knowledge that it is difficult to get the information you want in the format you need. No longer...
Web whiteboard
Turn your Web site into a community server by adding this simple script that enables the wide world to leave messages for all to see...
What is DBI and DBD::Oracle and where can one get it from?
DBI (previously called DBperl) is a database independent interface module for Perl. It defines a set of methods, variables and conventions that provide a consistent database interface independent of the actual database being used...
Why mod_perl?
In this article, I'll give an initial introduction to mod_perl, make you want to give it a try and present a few examples of the well-known sites that are powered by mod_perl enabled Apache...
XML and Modern CGI Applications
This article describes the Perl/Tk drag-and-drop mechanism, often referred to as DND. We'll illustrate DND operations local to a single application, where we drag items from one Canvas to another...