"Dipesh Mehta" <dipesh@banlab. com> wrote in message
news:42d0ae82.0 309291924.47b9c b21@posting.goo gle.com...[color=blue]
> Is anybody aware how to make standalone executables from perl program
> or how to convert the sources into C ? ? ?[/color]
Which platform are you using?
Under windows you could try PerlApp from Activestate, see:
"newsman" <news@youplusme .com> wrote in message news:<xFoeb.146 4$733.63411@rea d1.cgocable.net >...[color=blue]
> "Dipesh Mehta" <dipesh@banlab. com> wrote in message
> news:42d0ae82.0 309291924.47b9c b21@posting.goo gle.com...[color=green]
> > Is anybody aware how to make standalone executables from perl program
> > or how to convert the sources into C ? ? ?[/color]
>
>
> Which platform are you using?
>
> Under windows you could try PerlApp from Activestate, see:
>
> http://www.activestate.com/Products/Perl_Dev_Kit/
>
>
> Under *nix try perlcc with the latest dist of perl, see:
>
> http://www.perl.com/doc/manual/html/utils/perlcc.html
>
>
>
> newsman
> ===============
> www.youplusme.com[/color]
On 1 Oct 2003 08:41:08 -0700, carlo.filippini @t-mobile.co.uk (Carlo
Filippini) wrote:
[color=blue]
>Have also a look to:
>
>http://www.indigostar.com/perl2exe.htm
>
>Carlo
>
>"newsman" <news@youplusme .com> wrote in message news:<xFoeb.146 4$733.63411@rea d1.cgocable.net >...[color=green]
>> "Dipesh Mehta" <dipesh@banlab. com> wrote in message
>> news:42d0ae82.0 309291924.47b9c b21@posting.goo gle.com...[color=darkred]
>> > Is anybody aware how to make standalone executables from perl program
>> > or how to convert the sources into C ? ? ?[/color]
>>
>>
>> Which platform are you using?
>>
>> Under windows you could try PerlApp from Activestate, see:
>>
>> http://www.activestate.com/Products/Perl_Dev_Kit/
>>
>>
>> Under *nix try perlcc with the latest dist of perl, see:
>>
>> http://www.perl.com/doc/manual/html/utils/perlcc.html
>>
>>
>>
>> newsman
>> ===============
>> www.youplusme.com[/color][/color]
or if you prefer a solution that is free AND works, look in CPAN for
PAR, the Perl Archive Toolkit by Autrijus Tang. It still has a few
kinks for some unusual programs, but is getting rapidly better.
Comment