New CPAN Releases

I haven’t been particularly prolific in releasing new versions of my CPAN modules recently. But over the last couple of days I finally got my act together and release new versions of three modules. Array::Compare Number::Fraction Perlanet In all three cases, I’ve fixed pretty obscure bugs, added minor functionality or fixed the documenation. There’s nothing… Continue reading New CPAN Releases

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.

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… Continue reading What is Wrong With this Picture?

Testing Syntax Highlighting

Right. I think I might have got this cracked now. Here’s some Perl code.

That’s pretty cool, isn’t it. I wonder what it’ll look like in the web feed. I’ll try to feed my fixes back to the author of the plugin.

Syntax Highlighting

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 if it had some nice syntax highlighting. I could, of course, write my own… Continue reading Syntax Highlighting