|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Does anyone knows
a perl script compiler to convert source to machine code ? Therefore, Nobody knows my perl source code. |
|
#2
|
|||
|
|||
|
No, you can't compile perl source code. It's allready protected from prying eyes by the webserver, which executes the code and only sends the output. This mean that when i try to retrieve your script, i won't be seeing the source-code, but i'll see the output. Just make sure all permissions are set to 755 or -rwxr-xr-x. You can do this in most clients with the chmod command.
-- d0g1e |
|
#3
|
|||
|
|||
|
Hi,
There's a way to encrypt it . Go to CPAN and look for crypt.pm. Read docs.Best wishes of luck. |
|
#4
|
|||
|
|||
|
Another option, if you don't mind huge executables for 5 line programs is perlcc. perlcc is part of the 5.6.0 perl distribution. I forget which version it appeared in, but it is also a part of the standard 5.00503 distribution.
------------------ --- Regards, Julian L.B. Cardarelli Problem Management MobShop.Com Inc. u: <A HREF="http://www.mobshop.com e:" TARGET=_blank>http://www.mobshop.com e:</A> jbrown@mobshop.com |
|
#5
|
|||
|
|||
|
there is program for both win32 and linux environment to create an .exe from your perl script.
it's at http://www.dynamicstate.com/perl2exe.htm |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > Can I compile my perl script to machine code ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|