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

compiling perl?

Status
Not open for further replies.

gagz

Programmer
Nov 21, 2002
333
US
I need a script that searches for specific file types on a hard drive, and copies them to a location. That's easy, but what I want to do is take it to any machine, most that don't have perl installed. Can i compile it? If so, any pointers? It would be on windows.
 
I would use a program called perl2exe.

It's free and it will create your perl files into an exe program that you can take to any windows machine. I was going to use it for a program of mine but switched to java instead (since it has the JVM).

p2x-8.60-Win32

is the version I have.
 
perl2exe is an option well worth looking at.

perlcc is an experimental feature, seems to have been that way for ages.

perlapp seems well thought but I can't comment myself

Mike

You cannot really appreciate Dilbert unless you've read it in the
original Klingon.

Want great answers to your Tek-Tips questions? Have a look at faq219-2884

 
PAR's pp (perl packager) is a freebie that does the job very well. It's no good for "compiling" for code obfuscation, but for making it portable, I've had no complaints.

- Andrew
Text::Highlight - A language-neutral syntax highlighting module in Perl
also on SourceForge including demo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top