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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl > EXE - does it hide my code?

Status
Not open for further replies.

Kenny100

Technical User
Feb 6, 2001
72
NZ
Hi Folks

Two very quick questions here ...

Is perl2exe my only option for turning a Perl program into an executable? It's quite expensive considering my program is only 250 lines long and is going to be freeware!
See:
Does converting a Perl script into an executable make the code hidden? i.e. will it protect the code I have written from "inquisitive eyes"?!

Cheers,
Kenny.
 
Compiling will hide your code as much as any compiler can. Dedicated fools:) can still attempt to disassemble the .exe and find out how you did it, but what they come up with will be a far cry from perl code.

I'm told perl has a built-in compiling tool. It should be in perl's path, called perlcc. Can look around this page for a little more info: I'm told it works well, but I haven't had any luck. ----------------------------------------------------------------------------------
...but I'm just a C man trying to see the light
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top