Re: converting .pl to object code in perl
Todd Littlefield <[email protected]> Mon, 07 Aug 2006 19:05:52 -0500
| Newsgroups | gmane.comp.lang.perl.tk |
|---|---|
| Message-ID | <[email protected]> |
That all depends on what type of system it is for. There is some sort of perlcc compiler that (if I remember correctly) can turn the perl code into c code. I've never personally used it, just read about it in the ActiveState help pages. The other alternative is to get the perlapp executable from ActiveState. This will turn your perl script into an executable. They make it for several platforms (Win32, Linux, Solaris, etc.) It's part of the PDK Pro Pack (Perl Deployment Tools section) http://www.activestate.com/Products/Perl_Dev_Kit/ There is a 21 day free trial (after which the compiled executable may/may not work) and a $49 student (/personal I think, i.e. non-redistributable binaries) version. I've used the Perl Dev kit at work so I don't have to install perl on 100 different machines... It works fairly well... Your mileage may vary... Good luck with it. jeevitesh wrote: > Hi All, > > Can somebody help in converting Perl file i.e., (.pl) into its object code > > file, which means similiar .exe in C or .class file in JAVA ,Thank you > > in advance . > > With Regards > jeevitesh > <http://adworks.rediff.com/cgi-bin/AdWorks/sigclick.cgi/www.rediff.com/signature-home.htm/1507191490@Middle5?PARTNER=3> > > ------------------------------------------------------------------------ > > --++**==--++**==--++**==--++**==--++**==--++**==--++**== > ptk mailing list > [email protected] > https://mailman.stanford.edu/mailman/listinfo/ptk > > --++**==--++**==--++**==--++**==--++**==--++**==--++**== ptk mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/ptk