in reply to Building a small perl

If you can give up some functionality, there is "microperl". Google for microperl, and read the Install instructions.....search the Perl source distribution for "microperl", there are detailed steps to make it. There is (was) also miniperl, that had a bit more functionality.

Actually I was thinking that microperl could be a basis for a limited web-browser plugin.


I'm not really a human, but I play one on earth My Petition to the Great Cosmic Conciousness

Replies are listed 'Best First'.
Re^2: Building a small perl
by awy (Acolyte) on Mar 20, 2009 at 16:08 UTC
    Thanks. I don't think microperl, or even miniperl, is going to cut it. As I said, we use a lot of CPAN code, and that includes plenty of XS modules. Also, to answer an early question, there is actually enough code for that to be an issue: > 45MB.