[mailto:[EMAIL PROTECTED]]
Sent: Friday, September 06, 2002 3:59 AM
To: Perl beginners
Subject: RE: like an exe file
Hi,
Perl2Exe is a command line utility for converting perl
scripts to executable files.This allows you to create
stand alone programs in perl that do not require the
perl interprete
Hi,
Perl2Exe is a command line utility for converting perl
scripts to executable files.This allows you to create
stand alone programs in perl that do not require the
perl interpreter. You can also ship the executable
file without having to ship your perl source code.
Perl2Exe can generate executa
on unix u can use perlcc.
__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
yes i got it, you can use perl2exe/
Thanks.
Regards
Javeed
-Original Message-
From: Sudarshan Raghavan [mailto:[EMAIL PROTECTED]]
Sent: Saturday, September 07, 2002 7:35 PM
To: Perl beginners
Subject: RE: like an exe file
On Fri, 6 Sep 2002, Javeed SAR wrote:
>
> what i
On Fri, 6 Sep 2002, Javeed SAR wrote:
>
> what is this perl2exe function?
> Can i use this?
You will have to download and install it. I have never used it, so don't
know anything about it.
I googled this
http://www.google.com/search?hl=en&ie=ISO-8859-1&q=perl2exe+unix
and I got this
http:/
what is this perl2exe function?
Can i use this?
Regards
Javeed
-Original Message-
From: Sudarshan Raghavan [mailto:[EMAIL PROTECTED]]
Sent: Saturday, September 07, 2002 7:12 PM
To: Perl beginners
Subject: Re: like an exe file
On Fri, 6 Sep 2002, Javeed SAR wrote:
> Hi all,
>
On Fri, 6 Sep 2002, Javeed SAR wrote:
> Hi all,
>
> I have perl scripts , i don't want anybody to open it or see?
> It should be like an exe file
>
> Is it posible?
perldoc -q 'How can I hide the source for my Perl program?'
--
To unsubscribe, e-mail:
Hi all,
I have perl scripts , i don't want anybody to open it or see?
It should be like an exe file
Is it posible?
Regards
Javeed