(The following is an introduction to a much larger collection of essays I have been writing off and on for the past few years, and thus leaves much of the meat of what I introduce left unsaid. Keep in mind also that I’m not writing to my blog audience here.…
Browsing: perl
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…
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…
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…