September 29, 2010 – 7:28 PM
We hear a lot of people complaining that programming in Perl is too difficult, but I think that a lot of these problems stem from people making the opposite assumption - that writing Perl is easier than it actually is....
Read More »
It's eighteen months since I wrote "Why Corporates Hate Perl" and it's worth pointing out that the company I discussed in that article which was dropping Perl in favour of PHP and Java is still employing as many good Perl...
Read More »
October 14, 2009 – 9:38 PM
Many years ago I read a science fiction story which has always stayed with me - although I'm buggered if I can remember the title or the author.It was set in the not too distant future. Another new line was...
Read More »
September 30, 2009 – 1:13 PM
Over on my other blog last night I wrote a piece about how building simple web sites has never been easier. I talked about how it's really simple to use something like Wordpress or Drupal to build a web site...
Read More »
sub do_something () { my $parameter = shift; ... } I've just found a number of subroutines defined this way in the code that I'm working on. I discovered the problem because I started getting errors about "too many...
Read More »
Right. I think I might have got this cracked now. Here's some Perl code. #!/usr/bin/perl use strict; use warnings; print "Hello World\n"; That's pretty cool, isn't it. I wonder what it'll look like in the web feed. I'll try to...
Read More »
One of the nice things about moving away from use.perl to your own site is that you can install whatever toys you want.I'll eventually get round to posting code on this blog. And when I do it would be nice...
Read More »