On 3/18/07, Meir Yanovich <[EMAIL PROTECTED]> wrote:
Hello all
is there any way to execute perl script with out download  perl package
more clearly i explain :
one ofour clients cant install any thing but he don't mind executing
program
so is there way to compile in some way the perl script with somekind of
mini perl engine or something , so i could send our client one
executable  and the script ? ( or something like that )

Look at the Par* module, in the particular the pp command.  As Tom
mentioned in his email you will need an environment that is very
similar to your client's.  In addition to all of Tom's warnings, I
feel the need to warn you that if your client cannot install Perl then
most likely he or she does not have permission from his or her company
to run your script.


* http://search.cpan.org/~smueller/PAR-0.973/lib/PAR.pm

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to