Here goes my Collection of Perl Articles.
Free Perl Articles
What Is Perl 6
http://www.perl.com/pub/a/2006/01/12...is_perl_6.html
Perl article.
Perl Primer
http://www.webdesigns1.com/perl/tutorial.html
A basic Perl/CGI article that is essentially Hello World done in Perl.
Perl Practicum
http://www.usenix.org/publications/perl/perlindex.html
A collection of articles on Perl.
Sorting Techniques
http://www.perlfect.com/articles/sorting.shtml
This article is about teaching the novice programmer how to sort lists of things, while showing to the more experienced folks certain techniques and ideas that could be new to them if they are migrating from a different language
writing COM components in Perl
http://www.extropia.com/tutorials/misc/perl_com.html
Perl article.
intro to Perl on Windows
http://www.extropia.com/tutorials/winperl/
Using Perl on windows article.
How to get started with Perl data files
http://perl.about.com/library/weekly/aa123100a.htm
Short Perl article about getting data in and out of files.
How to use my
http://perl.about.com/library/weekly/aa022101a.htm
Perl article about the visibility of variables.
Perl, Sockets and TCP/IP Networking
http://www.perlfect.com/articles/sockets.shtml
An oversimplified introduction to sockets.
A Conversation with Larry Wall
http://www.ddj.com/documents/s=923/ddj9802a/9802a.htm
The creator of Perl talks about language design and Perl.
Multiplexing filehandles with select() in perl.
http://www.perlfect.com/articles/select.shtml
Short Perl article.