PERL compile

I have PERL program( which uses diff modules inside the program) and running it using installed PERL ( PERL 5.8.8) on unix box.

Now I want to run these programs on a diff unix box , but, they don't want to install PERL .

I never compiled PERL before . what are my options to run this program ( including modules inside program) on box without installed PERL.

Thanks

Since there are Perl libraries that can be installed on a server, you need to make sure that you have all of the Perl libraries for each server that you run the script on. You should also make sure that you are using strict in the script to make sure that you aren't overlooking an error.

http://www.perlmonks.org/?node_id=111088

If they don't want to install Perl, they can't use Perl. PerlCC isn't really an option, it bloats small scripts up to megabytes in size and is buggy and old.