in reply to replicate PERL environment
You could use pp to package your application, and all of the modules/libraries you use into an executable for distribution, so that you wouldn't have to install Perl (not PERL) and the modules/libraries used onto any other target systems.
Martin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: replicate PERL environment
by fionbarr (Friar) on Oct 28, 2009 at 17:47 UTC | |
by marto (Cardinal) on Oct 29, 2009 at 09:48 UTC |