Re: make perl scripts in to .exe and a services

2004-07-06 Thread Gunnar Hjalmarsson
Thomas Browner wrote:
Is there away to make a perl  scripts in to a .exe and a services
for free.
http://search.cpan.org/perldoc?pp
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



Re: make perl scripts in to .exe and a services

2004-07-06 Thread Prasanna Kothari
Look at this:
http://www.indigostar.com/perl2exe.htm
Thomas Browner wrote:
Is there away to make a perl  scripts in to a .exe and a services for 
free.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



RE: make perl scripts in to .exe and a services

2004-07-06 Thread NYIMI Jose (BMB)


> -Original Message-
> From: Prasanna Kothari [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, July 06, 2004 3:29 PM
> To: Thomas Browner
> Cc: [EMAIL PROTECTED]
> Subject: Re: make perl scripts in to .exe and a services
> 
> 
> Look at this:
> http://www.indigostar.com/perl2exe.htm

PAR has some advantages over perl2exe has mentioned from
http://search.cpan.org/~autrijus/PAR-0.85/lib/PAR/Tutorial.pod#Advantages_over_perlcc,_PerlApp_and_Perl2exe



Advantages over perlcc, PerlApp and Perl2exe

* This is not meant to be a flame 
** All three maintainers have contributed to PAR directly; I'm grateful 
* perlcc
** "The code generated in this way is not guaranteed to work...
Use for production purposes is strongly discouraged." (from perldoc perlcc)
** Guaranteed to not work is more like it 
* PerlApp / Perl2exe
** Expensive: Need to pay for each upgrade 
** Non-portable: Only available for limited platforms 
** Proprietary: Cannot extend its features or fix bugs 
** Obfuscated: Vendor and black-hats can see your code, but you can't 
** Inflexible: Does not work with existing Perl installations 



PAR Home page:
http://par.perl.org

José.


 DISCLAIMER 

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




RE: make perl scripts in to .exe and a services

2004-07-06 Thread Bob Showalter
Thomas Browner wrote:
> Is there away to make a perl  scripts in to a .exe and a services for
> free. --

For making Windows services, see Win32::Daemon and Win32::Daemon::Simple on
CPAN.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]