PDA

View Full Version : Quick question about Perl scripts



kazaaman
07-26-2007, 08:36 PM
I was wondering if there was a way to 'export' a perl script so that it could run on other computers without installing the perl package itself. Is this even possible? I know that perl is an interpreted language so is this only possible for languages that compile like C++? The question may sound dumb, but I'm new to Perl and wasn't sure about this so thanks for your time! :)

rexton85
07-27-2007, 08:45 PM
If you want to run your perl script on Win32 without installing the interpreter, you can try http://www.indigostar.com/perl2exe.htm

kazaaman
07-27-2007, 09:29 PM
Thanks for that rexton85! I like this simple proggie :)

rexton85
07-27-2007, 09:49 PM
Glad to know that i could help you. Have a nice day.