Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compiled perl code

Status
Not open for further replies.

kevinpham

Programmer
Dec 21, 2001
32
US
I have seen a couple of binary PERL (NOT C/C++) codes being distributed, i wonder how do you compile the perl codes? This is a great way to protect your source code from shareware and freeware so that people are not going to remove your links...

And I think since the codes are compiled, it shoulb be faster. if any one knows how to compile CGI PERL codes, please let me know cheer
kevin
 
activestate.com has a perl compiler (perl2exe, i think) in their developer's kit.

It works reasonably well. I have compiled several Tk applications with it that work like any other double click and run.

There are a couple of other compilers out there, but, I don't remember their names. Maybe someone else does????

HTH If you are new to Tek-Tips, please use descriptive titles, check the FAQs,
and beware the evil typo.
 
ooops, so sorry - the active state tool is perlApp


perl2exe is avalable from
I have also heard of people using the Perl 'dump' function to catch a copy of their compiled code. I have never chased this one down because my employer paid for a copy of the activestate PDK with perlApp.

If you are new to Tek-Tips, please use descriptive titles, check the FAQs,
and beware the evil typo.
 
As I recall, the perl documentation has some very strong caveats and warnings about using the perl dump function to catch a copy of the compiled code. My take on it was "yeah, you can do it that way, but don't." If I really needed to do it, I'd go ahead and buy a real perl compiler like one of the ones mentioned above.
Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top