Browsing: perl

Articles
4
Manipulexity and Whipituptitude

As Adam Turoff explained once, Perl has two subtle advantages: manipulexity and whipituptitude. It’s very important to be able to solve the problem at hand simply and easily without languages and tools and syntax getting in your way. That’s whipituptitude. Manipulexity is the ability to use simple tools and build…

Articles
0
Perl DBI 1.50 bug in Weaken Support Check

A friends Ikonboard failed recently with an error saying:Ikonboard has exited with the following error:Modification of a read-only value attemptedThe problem ended up being caused by a change in the DBI.pm module from 1.49 to 1.50. The offending code is below:275 # check for weaken support, used by ChildHandles276 my…

Articles
1
Bricklayer Is a Perl Application Framework

Bricklayer is a little bit like .net, java with netbeans, and all the other technologies that allows for strict seperation of presentation, business, and application logic. Bricklayer is built with PERL, and in some ways approximates the API we all know so well in MovableType. If you’re a developer who…