2010

Moving servers again

After a few months (81 days to be precise) of using Rackspace Cloud Servers I’ve decided to move to a normal VPS server. My new provider will be Tilaa, a Dutch company. They’re cheap and quality so far is great with great Ping times. I’ve disabled comments for the time being. As soon as you’ll …

Moving servers again Read More »

Use File::Find for recursive directory searches

One of the finest Perl (core!) module I’ve been using lately is File::Find. With File::Find it’s possible to traverse through a directory recursively to find anything you want from it. It comes with a number of options to alter the search behavior and a custom callback has to be supplied to determine what to do …

Use File::Find for recursive directory searches Read More »

Scroll to Top