There are some compilers out there... three I can name off the top of my head:
perl2exe (converts it to a .exe file) - Win32 only afaik
PAR (search CPAN for "PAR")
PerlApp (ActiveState Perl Dev Kit--not a free program) - this is the one I use, afaik it can compile for any OS, but you must compile it on that OS)
PerlBin (perlbin.sourceforge.net) - I never had much success with this one.
The thing with compiling though is, I don't think you can compile a program (in any language, for that matter) to run on an operating system that is different than the one you are compiling it on. I don't know offhand what Solaris is, but if it isn't compatible with Unix, you'll have to compile Perl on the Unix box to make it run on Unix, but a script compiled on Unix would then not run on any other operating system that isn't compatible with it.
------------- Kirsle.net | Kirsle's Programs and Projects
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.