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

question about perl executable and functions

Status
Not open for further replies.

yelimeli

Programmer
Jun 6, 2000
10
0
0
US
Hey everybody

Can anybody tell me
how i can convert a perl program into a executable ?.

what is the difference between func and &func ?

what is deep binding & shallow binding ?

i'm a beginer so my questions may sound silly but any help anybody gives me will be very helpful.


Thanks
Srinivas Yelimeli [sig][/sig]
 
If you are using a Windows OS, goto and download their Perl Development Kit 2.0.
There is a way to convert perl files into executables (dependent or free-standing). I think the file name is PerlApp.pl (Usage is pathtoperlapp\PerlApp.pl -w Filename.pl -e ExecutableName.exe -d [for dependant] OR -f [for free-standing].

I think you will have to purchase a license to convert perl files into free-standing files.

Have Fun.
 
There is also another great tool called perl2exe. I think that you can get it at The trial version compliles programs into exe's, but will open then close in 2 seconds. You can buy the full version for around 40 or 50 bucks.

The program is a command line converter, so you have to be running a Window's OS. I am not sure if they make it for any other operating system.

Hope this helps.

-Vic [sig]<p>vic cherubini<br><a href=mailto:malice365@hotmail.com>malice365@hotmail.com</a><br><a href= software</a><br>====<br>
Knows: Perl, HTML, JavScript, C/C++, PHP, Flash, Director<br>
Wants to Know: Java, Cold Fusion, Tcl/TK<br>
====[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top