Don’t agree but gotta love the attitude.
Category Archives: Perl
Simple CMS
Perls of wisdom in a sea of site mismanagement What sort of tools does Berk have in mind? Perl scripts, for instance. A tiny technical team armed with Perl scripts and an Oracle database ran the first sites he worked on back in the mid-1990s. Berk recalls his fascination as he saw larger and larger […]
Perl Advent Calendar
Another year, another The 2003 Perl Advent Calendar
CPAN April Fooled
For those of you that will get it, run your browser over to CPAN. Much haliarity ensues for the Perl geeks out there. I have a screenshot if you missed it live:
CPAN April Fooled
For those of you that will get it, run your browser over to CPAN. Much haliarity ensues for the Perl geeks out there. I have a screenshot if you missed it live:
ModRewrite + Blosxom
Go from http://fozbaca.org/blagg/blosxom.cgi/ to http://fozbaca.org/blagg/ RewriteEngine on RewriteRule ^$ blosxom.cgi RewriteRule !^blosxom\.cgi – [C] RewriteRule (.*) blosxom.cgi/$1 mod_rewrite magic on the blosxom list.
ModRewrite + Blosxom
Go from http://fozbaca.org/blagg/blosxom.cgi/ to http://fozbaca.org/blagg/ RewriteEngine on RewriteRule ^$ blosxom.cgi RewriteRule !^blosxom\.cgi – [C] RewriteRule (.*) blosxom.cgi/$1 mod_rewrite magic on the blosxom list.
Camel POOP
A nice Perl OOP intro article, Camel POOP: Object Oriented Programming in Perl, over on evolt.
Camel POOP
A nice Perl OOP intro article, Camel POOP: Object Oriented Programming in Perl, over on evolt.
RSS in your MovableType
mt-rssfeed v1.0, is a MovableType plugin that provides a series of tags for retrieving an RSS feed and inserting it into a MovableType template. A nice MovableType plugin that I don’t have a use for yet.