Perl has many convenient feature to manipulate string e.g. re. So I embed a perl interpreter in C program and runs fine by far.
But the problem is a perl distribuition(active perl) is too large(about 24M). nobody wants a 20k program with a 24M package. sadly, a warning in embedperl destroy my naive thought:
Corollary: you can't use Perl from your C program unless Perl has been
+ compiled on your machine, or installed properly--that's why you shou
+ldn't blithely copy Perl executables from machine to machine without
+also copying the lib directory.)
So I ask here guru for help,
is there a easier way to ship minimal perl in my application?(just copy perl executable and CORE directory etc)
TIA.
I am trying to improve my English skills, if you see a mistake please feel free to reply or /msg me a correction