Results > Posts Filed Under > perl

Apr 3
Posted by mark.

Perl: Kicking your language’s ass since 1988

3

The video below is Perl’s development history since Larry Wall and a small team started out in January 1988. It’s visualized using gource. Notice how dev activity has continued to increase all the way to 2010.
Perl is a powerful language. It’s also fast and everything you need has already been implemented, debugged, refactored, reimplemented and made rock solid. If you ever have a problem, it’s already been solved by someone else. When I was in my 20’s I was …

Read on »

Oct 24
Post Image Posted by mark.

How to integrate PHP, Perl and other languages on Apache

3

I have this module that a great group of guys in Malaysia have put together. But their language of choice is PHP and mine is Perl. I need to modify it slightly to integrate it. For example, I need to add my own session code so that their code knows if my user is logged in or not and who they are.
I started writing PHP but quickly started duplicating code I’d already written in Perl. Fetch the session from the …

Read on »