Re: Perl Query - Conversion of EXE file
- From: boyd <tbmoore9@xxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 17:04:06 GMT
In article
<9f91e0840611272011w6decb148i5a3cbab85784c250@xxxxxxxxxxxxxx>,
dharshana.ve@xxxxxxxxx (Dharshana Eswaran) wrote:
Hi All,I wrote this answer a few days ago to a similar question:
I just have a query in Perl.
I am in search of a way to convert Perl Program to EXE file. So that it can
be run anywhere even without installing Perl.
I searched the net and had mailed the beginners mailing list which suggested
me a few tools like Perl2exe or Perl_Dev_Kit to do the same. But i wanted
to know if there is any other way to do the same.
Can we make this program as a Perl module, use it in a C code and then
create the EXE of the C code? Will this work? I am not sure, so thought will
ask you for suggestions.
Can anyone please guide me in the same?
Thanks and Regards,
Dharshana
I
"Here is one way to do it. The article points the way to encapsulate
perl, the perl library, everything needed to run as a stand-alone
executable on a PC. A very clever idea that simon cozens came up with.
http://simon-cozens.org/programmer/articles/webgui.pod
"
Boyd
.
- Prev by Date: Re: Commenting Perl code
- Next by Date: Performance of pattern matching to an array
- Previous by thread: Re: goto return ?
- Next by thread: Re: Perl Query - Conversion of EXE file
- Index(es):
Relevant Pages
|