Posted in September 3, 2011 ¬ 23:23h.Htbaa
This evening a wrote a Perl script using Mojolicious to generate a RSS and Atom feed for the BlitzMax website. I did this because that website has been lacking it. I use Google Reader to stay up to date with countless websites. Any website that doesn’t provide a RSS or Atom feed I’ve got to visit [...]
Read the rest of this entry »
Posted in May 22, 2011 ¬ 15:44h.HtbaaComments Off
A while ago I posted about Programming languages to learn in 2011. Now that we’re almost halfway into 2011 I though I do a little reflection of what languages I’ve learned so far… None! Although none isn’t exactly correct, I can’t say I have learned enough of any of the listed languages to program with. So [...]
Read the rest of this entry »
C#, General, Haskell, Java, Lua, Maximus, ProgrammingBlitzMax, C#, Haskell, Java, Lua, Maximus, Perl
Posted in November 30, 2010 ¬ 20:37h.Htbaa
In the last year or so I’ve been noticing that a lot of Perl modules contain a .shipit file. As I had no clue what it was about I searched the internet to see what ShipIt was and were to get it. But as you can see Google (or any other search engine) doesn’t return [...]
Read the rest of this entry »
Posted in October 16, 2010 ¬ 16:15h.Htbaa
I’ve just released a new version of WebService::Rackspace::CloudFiles, namely version 1.01. It should appear on your favorite CPAN mirror soon. If you really can’t wait you can get it from GitHub. This releases fixes some issues with HEAD requests. Although the module fully implemented the specification supplied by Rackspace it turned out that their specification [...]
Read the rest of this entry »
Posted in August 21, 2010 ¬ 22:00h.Htbaa
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 [...]
Read the rest of this entry »
Posted in August 16, 2010 ¬ 12:28h.HtbaaComments Off
I was looking for a way to use Perl::Tidy with Notepad++ so I can format my Perl code from within Notepad++. Luckily for me someone else already figured out how to do this properly. I just had to modify a few small things to make this work for my needs. My environment is a Windows [...]
Read the rest of this entry »
Posted in August 9, 2010 ¬ 16:59h.HtbaaComments Off
A couple of days ago I finished reading The Definitive Guide to Catalyst which for a technical book (or any at all) I read through quite fast. I’m not going to write a full fledged review about it but I can recommend it to anyone interested in working with Catalyst. For those who don’t know [...]
Read the rest of this entry »
Posted in August 1, 2010 ¬ 15:29h.Htbaa
The first time I took a look at Mojolicious was almost a year ago if I’m not mistaken. My Perl was really rusty back then and the Mojolicious’ documentation, or rather the lack of it, didn’t help much either. Still, with interest I followed the project through GitHub. Development on the project, and especially the [...]
Read the rest of this entry »
Posted in July 29, 2010 ¬ 23:18h.HtbaaComments Off
Rakudo Star, a useful, usable, “early adopter” distribution of Perl 6, was released today. And later this evening a MSI installer for Windows was released. I immediately installed it on my laptop after I had fetched the installer and started up Rakudo REPL, an interactive Perl 6 shell. After a quick peek in the Using [...]
Read the rest of this entry »
Posted in July 22, 2010 ¬ 20:29h.Htbaa
I was wondering if there’s a way to have a Perl process share some commonly used modules (such as DBI, DBIx::Class and Template) amongst different users? I’ve looked at FCGI::Spawn but it didn’t seem to me it was capable of it. What I’d like to do is run a single Perl daemon which has some [...]
Read the rest of this entry »