in reply to
embedded perl
What kind of permanent storage does the device have? The Perl 5.8.5 binary is only about 15k, and libperl.so is a little over 1MB. On top of that you'll need a few core modules which probably total another few MB at most.
Comment on
Re: embedded perl
Replies are listed 'Best First'.
Re^2: embedded perl
by
Anonymous Monk
on Jan 21, 2005 at 16:13 UTC
It also can compress the binaries and libs with UPX:
http://upx.sf.net
[reply]
In Section
Seekers of Perl Wisdom