![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^5: Perl 6 and exeby vkon (Curate) |
on Sep 19, 2007 at 05:19 UTC ( #639807=note: print w/replies, xml ) | Need Help?? |
I had in mind main perl executable but linked in such a way that it runs foo.pl seamlessly (not from any application, we were talking of a way to create EXEs out from perl scripts from the very start.)
suppose you have script foo.pl, which uses Bar:: and Fluffy:: XS extensions.
You want to create foo.exe, much like PAR but with statical linking and w/o temporary unzips. With an approach kept by me in mind (and by Ilya Zakharevich in mentioned link) you will result in:
In Section
Seekers of Perl Wisdom
|
|