Active Articles: 2038
Total Categories: 16
Sub Categories:616
A Short Guide to DBI | ||||||||
Here is a short guide to DBI (The Perl Database Interface Module). Topics include: General information about relational databases, Example of How to Use DBI, Cached Queries, Transactions, and more. ... learn more
| ||||||||
| ||||||||
Handling file uploading from www forms with CGI.pm | ||||||||
This tutorial shows how to handle file uploads from web forms in your CGI programs using Perl and CGI.pm. ... learn more
| ||||||||
| ||||||||
Tom's object-oriented tutorial for perl | ||||||||
This is a comprehensive tutorial on object-oriented programming in Perl. Some of main topics include: Creating a Class, Class Data, Aggregation, Metaclassical Tools, and more. ... learn more
| ||||||||
| ||||||||
About Perl Online Class | ||||||||
A free, and self-paced online class. The homework is optional, and you're free to complete the assignments when you're ready. If you have questions or would like some feedback, you'll have lots of help and support from myself and your classmates in the About Perl/PHP Forum. ... learn more
| ||||||||
| ||||||||
So, You Want A Guestbook CGI, Huh? | ||||||||
This online tutorial guids through the steps to place a guestbook CGI onto your system. This tutorial deals with UNIX servers and UNIX commands for configuration, and assumes that you are able to Telnet into the system, Create directories, and Change directory modifications. Source codes for the guestbook script and sample HTML files are provided ... learn more
| ||||||||
| ||||||||
What's wrong with Perl and XML? | ||||||||
Although there are many excellent Perl modules dealing with many aspects of XML (among which a good dozen offer various ways of transforming XML documents), the languages that seem to be favored by XML developers are Java, C/C++, and maybe even Python. For example, questions on the XML-DEV list mostly involve Java, C++, and XSLT. ... learn more
| ||||||||
| ||||||||
Sorting Techniques | ||||||||
An introduction to sorting, and how to write your own sorting functions easily with perl. Includes some very common examples of sorts. ... learn more
| ||||||||
| ||||||||
Spam Filter with SpamAssassin | ||||||||
Filter your incoming spam before it ever reaches your inbox using SpamAssassin and qmail with this custom spam-filter.pl. This article will contentrate specifically on using it with vpopmail (which makes use of qmail) ... learn more
| ||||||||
| ||||||||
Perl, Sockets and TCP/IP Networking | ||||||||
An introduction to the basic concepts of socket communications and a tutorial on how to build simple programs tha communicate via TCP/IP sockets. The tutorial is based on two example programs that exchange information. ... learn more
| ||||||||
| ||||||||
Beginner's Introduction to Perl | ||||||||
The first part in a new series that introduces Perl to people who haven't programmed before. Some of main topics covered include: Functions and Statements, Numbers, Strings and Quotes, Variables, Comments, Loops, and more. ... learn more
| ||||||||
| ||||||||
Matt Kruse's Intro to CGI | ||||||||
What is CGI? What is Perl? Chmod? Executable? 501 Errors? What is a cgi-bin? Find your answers to these questions in this introdutory CGI tutorial. It also covers creating dynamic content, configuration on the server-side, the whole server-side process, CGI script debugging, and more. ... learn more
| ||||||||
| ||||||||
Perl Regex | ||||||||
What are regular expressions and what are they good for? This article covers the very first steps in understanding the concept of regular expressions and their use in Perl. ... learn more
| ||||||||
| ||||||||
XML and Perl: Embedding XML in HTML | ||||||||
This 6-page article explains what XML is, and what it can be used for. It also shows how to develop a Perl script to retrieve and display the contents of HTML embedded XML tags, and how to create a script that gathers news headlines from an XML file and creates an HTML news summary. Full ... learn more
| ||||||||
| ||||||||
Perl 6 FAQ | ||||||||
Perl 6 FAQ featuring over 100 answers to questions about Perl 6, including changes since Perl 5 and new features such as junctions, multi subs, hyper operators and the new class and object system. Also includes a step-by-step guide to writing your first Perl 6 program. ... learn more
| ||||||||
| ||||||||
Perl Tutorial | ||||||||
This is a series of short tutorials on programming in Perl. It covers a wide range of topics from Basic Syntax, Variables, Scalars, Strings, Functions, Lists, Arrays, Hashes to Conditionals, Subroutines, and File operators. Using all the concepts featured in the series, in the end, you will have a mailform that takes the results of ... learn more
| ||||||||
| ||||||||
A basic guide to running CGI scripts | ||||||||
This guide will help you upload and run a CGI script on your website. Ideal if you have your own website and starting to think about running some CGI Scripts but not sure where to start ... learn more
| ||||||||
| ||||||||
Easy Perl for Beginners | ||||||||
For Perl beginners or as a reference. Short examples with easy to follow explanations. No long examples with bulky html forms. If you want to split an array, you get the code to split an array. ... learn more
| ||||||||
| ||||||||
Dr.Quek's notes on Perl | ||||||||
This page is designed to help novice programmers learn the Perl programming language and will get you started with cgi scripting.Specifically, it's designed to help them learn enough to customize cgi script with a little perl knowledge.This tutorial will walk you through the basics of creating CGIs with Perl. ... learn more
| ||||||||
| ||||||||
Ada's Introduction to CGI | ||||||||
This introductory tutorial on CGI takes a look at what CGI is, requirements to run CGI scripts, how to install (upload) CGI scripts onto your server and more. ... learn more
| ||||||||
| ||||||||
Printing all CGI environment variables | ||||||||
This article provides a short CGI program that can print every environment variable it knows. ... learn more
| ||||||||
| ||||||||
