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

Perl Executable possible?

Status
Not open for further replies.

hagbardc

Programmer
Mar 13, 2002
4
US
Is there any way to compile a perl program (spanning multiple package files) into an executable that can be run on a computer without a perl interpreter? tia -

hagbardc
 
I use perlApp which is available from (commercial product, costs money). I have distributed several perl/Tk applications to about 20 PCs running Win NT and 2K and it seems to work very well. 'hope this helps

If you are new to Tek-Tips, please use descriptive titles, check the FAQs, and beware the evil typo.
 
ah... I didn't know you were a Tk person goBoating... Mike
______________________________________________________________________
"Experience is the comb that Nature gives us after we are bald."

Is that a haiku?
I never could get the hang
of writing those things.
 
' Played with it a little.[hammer]

We needed to create stand-alone PC apps to create/manage strictly formatted text/data records. I found Tk to be competent, if not as robust as Java/swing, and a whole lot faster/easier to write. The Perl/Tk apps have generally been glorified text editors that enforce some structure and content rules on the records without the user having to worry about it. The data records are then parsed and inserted into a database. (yet another chore for which Perl is perfect).

'hope this helps

If you are new to Tek-Tips, please use descriptive titles, check the FAQs, and beware the evil typo.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top