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 about to be opened on the New York City Subway [In the comments Rozallin […]
Category: Programming
Building Web Sites with Perl
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 that will suit the needs of many organisations – charities, schools, organisations like that. You’ll […]
Perl Twitter Feed
Last August, when I was writing my talk Proud to Use Perl for YAPC::Europe, I wanted to get a feel for what real people were actually saying about Perl. It’s all very well claiming that people say Perl is dead, but I wanted to get some real quotations to use in the talk. I came […]
What is Wrong With this Picture?
I’ve just found a number of subroutines defined this way in the code that I’m working on.
|
1 2 3 4 |
sub do_something () { my $parameter = shift; ... } |
I discovered the problem because I started getting errors about “too many parameters”. I knew what the problem was (the empty prototype) but it took a couple of minutes of head-scratching before I realised why it had […]
CPAN Web Feeds
I’m still thinking about adding stuff to this blog. I’d like to add some web feeds to the sidebar. In particular, I’d like a feed of my CPAN uploads. I don’t expect it to be a particularly busy feed (although having such blatant evidence of my laziness might galvanise me into being a bit more […]
