in reply to Small perl for embedded devices?
I just made a microperl from perl5.8 to test. It is done with
make -f Makefile.micro. It compiled to 908k stripped. However
when I tested it on a script , it gave an error "Unsupported function opendir". So I guess it is pretty limited.