Archive for the 'Perl' Category

Easy cache for your perl apps!

Posted: Tuesday, March 4th, 2008
Categories: Perl

I have a project over at trafficspoke.com called IndustryStats. The perl app was basically an experiment into SEO and large free data sets such as those offered up by the US Census. The app itself isn’t terribly interesting, but it did have a problem that I didn’t have an elegant way to solve. […]

Read the full article

Automated Testing with Perl

Posted: Tuesday, January 30th, 2007
Categories: Perl, Automated Testing

If you are a software tester or Quality Assurance Engineer testing any sort of product with a web interface and you aren’t using Perl to automate your testing, you are missing out. Perl is a simple, fast, powerful scripting language that has a ton of free modules available to ease your job as a tester.
I […]

Read the full article