RSS Feeds Directory Simple mode | Advanced mode

Most Popular Feeds Newest Feeds    

Weblogs [Personal] (1088) Weblogs [Computers] (438) Business (987) Computers & Internet (924)
News (442) Miscellaneous (1619) Regionals (561) Companies (1827)
Demo (0)
Total feeds: 7886

Submit Your Feed

About Perl/PHP
Put this feed on your website
Description: Perl/PHP
Format: RSS 1.0
Url: http://z.about.com/6/g/perl/b/index.rdf
 
Latest headlines
About Perl/PHP
How to read character information from the World of Warcraft servers
Sun, 21 Sep 2008 09:34:00 -0500

Lets say that you, like me, are addicted to World of Warcraft, and you decide that you'd like to track the progress of your characters, or maybe your friends characters,...
A pragmatic approach to writing a mp3 crawler in perl
Fri, 19 Sep 2008 02:03:00 -0500

'Pragmatic' can often mean 'boring' but this in-depth look at building a web crawler in Perl is not boring at all. In fact, it's informative and a great example of...
Perl Best Admin Practices
Fri, 12 Sep 2008 09:47:00 -0500

Here is some sound advice on Perl administration techniques that's worth a read. Pretty standard stuff, but if you're a programmer that's been double tasked with maintaining the systems you...
Conditionals - How to make decisions in Perl using unless
Fri, 05 Sep 2008 05:00:00 -0500

A conditional is a control structure that will activate specific blocks of your code based upon whether your specified statement (or expression, or condition) evaluates to true or false. You...
Create time-availability maps with Perl and Google Earth
Wed, 03 Sep 2008 05:00:00 -0500

This is an interesting read that not only has some excellent Perl programming examples, but also shows off how to interface with Google Earth. This set of programs shows how...
Conditionals - How to make decisions in Perl using if, else, and elsif
Mon, 01 Sep 2008 05:00:00 -0500

A conditional is a control structure that will activate specific blocks of your code based upon whether your specified statement (or expression, or condition) evaluates to true or false. You...
Red Hat Perl performance problems
Sat, 30 Aug 2008 10:45:00 -0500

As demonstrated by this blogger, there are known performance bugs when using the Red Hat builds of Perl and the bless/overload combo. Definitely something that you should avoid if you're...
Why I stick with Perl
Sat, 23 Aug 2008 05:00:00 -0500

Why do people keep using Perl when there are seemingly other 'up-and-coming' languages out there? Ask this blogger, and he'll tell you the same thing a lot of us have...
Perl Sorting Techniques
Thu, 21 Aug 2008 05:04:00 -0500

This is a highly detailed and excellent look at basic perl sorting. I highly recommend you scan this article either for a refresher, or if you've never tried to understand...
How to tell if something is a file or a directory in Perl
Tue, 19 Aug 2008 05:00:00 -0500

Lets say you're building a perl script to traverse a file system and record what it finds. As you open file handles, you need to know if you're dealing with...