<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2012 - Developer Shed, LLC. -->
<rss version="2.0">
<channel>
<title>Tutorialized.com - Latest Tutorial Listings For Introduction to Perl and CGI</title>
<link>http://www.tutorialized.com/</link>
<description>Photoshop Tutorials and Flash Tutorials</description>
<language>en-us</language>
<lastBuildDate>Thu, 16 Feb 2012 03:44:15 -0500</lastBuildDate>
<pubDate>Thu, 16 Feb 2012 03:44:15 -0500</pubDate>
<item>
<title>Perl Lesson 7: Outputting Headers And HTML The Easy Way</title>
<pubDate>Sun, 01 Nov 2009 01:01:01 -0400</pubDate>
<link>http://www.tutorialized.com/tutorial/Perl-Lesson-7%3A-Outputting-Headers-And-HTML-The-Easy-Way/63396</link>
<description>
<![CDATA[This tutorial is lesson number seven on Perl teaching you about outputting headers and learning HTML the easy way.]]>
</description><guid>http://www.tutorialized.com/tutorial/Perl-Lesson-7%3A-Outputting-Headers-And-HTML-The-Easy-Way/63396</guid>
</item>
<item>
<title>Perl sort Function Tutorial</title>
<pubDate>Fri, 04 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Perl-sort-Function-Tutorial/57532</link>
<description>
<![CDATA[Learn through examples how to use the Perl sort function to sort a list by an alphabetical or numerical order. It covers the main syntax forms of this function accompanied by a lot of examples includi...]]>
</description><guid>http://www.tutorialized.com/tutorial/Perl-sort-Function-Tutorial/57532</guid>
</item>
<item>
<title>Perl pack Function Tutorial</title>
<pubDate>Fri, 04 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Perl-pack-Function-Tutorial/57531</link>
<description>
<![CDATA[Learn through examples how to use the Perl pack function to concatenate into a string a list of values converted according to the formats specified by a template. There are provided a lot of commented...]]>
</description><guid>http://www.tutorialized.com/tutorial/Perl-pack-Function-Tutorial/57531</guid>
</item>
<item>
<title>Perl map Function Tutorial</title>
<pubDate>Fri, 04 Dec 2009 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Perl-map-Function-Tutorial/57530</link>
<description>
<![CDATA[Learn through examples how to use the Perl map function to either run a block or an expression against each element of a list. There are provided a lot of commented examples to help you better underst...]]>
</description><guid>http://www.tutorialized.com/tutorial/Perl-map-Function-Tutorial/57530</guid>
</item>
<item>
<title>Perl Hashes Tutorial</title>
<pubDate>Wed, 03 Dec 2008 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Perl-Hashes-Tutorial/41393</link>
<description>
<![CDATA[Learn through examples how to use and manipulate the hashes in a Perl script. The script examples show you how to define, create and initialize a Perl hash, extract slices from a hash, find out if a h...]]>
</description><guid>http://www.tutorialized.com/tutorial/Perl-Hashes-Tutorial/41393</guid>
</item>
<item>
<title>Database Management in PERL - DBI</title>
<pubDate>Fri, 01 Dec 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Database-Management-in-PERL---DBI/21128</link>
<description>
<![CDATA[The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual d...]]>
</description><guid>http://www.tutorialized.com/tutorial/Database-Management-in-PERL---DBI/21128</guid>
</item>
<item>
<title>A small tutorial on PERL and CGI</title>
<pubDate>Fri, 01 Dec 2006 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/A-small-tutorial-on-PERL-and-CGI/21007</link>
<description>
<![CDATA[Free tutorials and references for PERL Programming Common Gateway Interface (CGI) Database Interface (DBI) with PERL Object Oriented Perl and Perl Variables Scalars Arrays Hash File I/O Looping Regula...]]>
</description><guid>http://www.tutorialized.com/tutorial/A-small-tutorial-on-PERL-and-CGI/21007</guid>
</item>
<item>
<title>Comparisons in Perl</title>
<pubDate>Thu, 01 Dec 2005 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Comparisons-in-Perl/10250</link>
<description>
<![CDATA[Learn how to use simple comparisons and regular expressions in Perl.]]>
</description><guid>http://www.tutorialized.com/tutorial/Comparisons-in-Perl/10250</guid>
</item>
<item>
<title>Dates and Times in Perl</title>
<pubDate>Thu, 01 Dec 2005 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Dates-and-Times-in-Perl/10251</link>
<description>
<![CDATA[Learn how to use date and times in Perl.]]>
</description><guid>http://www.tutorialized.com/tutorial/Dates-and-Times-in-Perl/10251</guid>
</item>
<item>
<title>Array Variables in Perl</title>
<pubDate>Thu, 01 Dec 2005 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Array-Variables-in-Perl/10252</link>
<description>
<![CDATA[This tutorial walks through using array variables in Perl.]]>
</description><guid>http://www.tutorialized.com/tutorial/Array-Variables-in-Perl/10252</guid>
</item>
<item>
<title>Perl Syntax</title>
<pubDate>Tue, 02 Nov 2004 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Perl-Syntax/10228</link>
<description>
<![CDATA[This tutorial is an introductory look at the Perl language and its syntax.]]>
</description><guid>http://www.tutorialized.com/tutorial/Perl-Syntax/10228</guid>
</item>
<item>
<title>Herong's Tutorial Notes on Perl - Part A</title>
<pubDate>Tue, 02 Nov 2004 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Herong%27s-Tutorial-Notes-on-Perl---Part-A/9902</link>
<description>
<![CDATA[This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Perl himself. Topics include binary file, CGI, clas...]]>
</description><guid>http://www.tutorialized.com/tutorial/Herong%27s-Tutorial-Notes-on-Perl---Part-A/9902</guid>
</item>
<item>
<title>Herong's Tutorial Notes on Perl - Part B</title>
<pubDate>Tue, 02 Nov 2004 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Herong%27s-Tutorial-Notes-on-Perl---Part-B/9903</link>
<description>
<![CDATA[This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning Perl himself. Topics include binary file, CGI, clas...]]>
</description><guid>http://www.tutorialized.com/tutorial/Herong%27s-Tutorial-Notes-on-Perl---Part-B/9903</guid>
</item>
<item>
<title>UNIX/CGI/Perl</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/UNIX%2FCGI%2FPerl/3893</link>
<description>
<![CDATA[Perl is an interpreted language, like QBasic, with which you can write programs to run on UNIX servers and which you can call from your web pages. Perl is functionally similar to QBasic and the basics...]]>
</description><guid>http://www.tutorialized.com/tutorial/UNIX%2FCGI%2FPerl/3893</guid>
</item>
<item>
<title>Perl Commands Summary</title>
<pubDate>Mon, 01 Dec 2003 01:01:01 -0500</pubDate>
<link>http://www.tutorialized.com/tutorial/Perl-Commands-Summary/3894</link>
<description>
<![CDATA[Knowing which commands work with one another can help you come quickly up to speed on the Perl functions that are available to you. This page provdes a functional grouping of Perl commands.]]>
</description><guid>http://www.tutorialized.com/tutorial/Perl-Commands-Summary/3894</guid>
</item>
</channel>
</rss>
