Re: How to build an executable on Windows

2005-10-19 Thread Jeff 'japhy' Pinyan
On Oct 19, kathyjjja said: $ftp = Net::FTP->new("aaa.bbb.org", Debug =>0) or die "Cannot connect to aaa.bbb.org: $@"; $ftp->ascii $ftp->login("login","passwd") or die "Cannot login", $ftp->message; You missed the semicolon after '$ftp->ascii'. -- Jeff "japhy" Pinyan% How can we ever

Re: How to build an executable on Windows

2005-10-19 Thread kathyjjja
mething wrong. PAR is a free package that can create .exe files that can be downloaded from CPAN. It works pretty well, but I found that it creates bigger files. Teddy - Original Message ----- From: "Timothy Johnson" To: "kathyjjja" ; Sent: Tuesday, October 18, 2005 10:55

Re: How to build an executable on Windows

2005-10-18 Thread Octavian Rasnita
bigger files. Teddy - Original Message - From: "Timothy Johnson" <[EMAIL PROTECTED]> To: "kathyjjja" <[EMAIL PROTECTED]>; Sent: Tuesday, October 18, 2005 10:55 PM Subject: RE: How to build an executable on Windows There are three products that I kno

RE: How to build an executable on Windows

2005-10-18 Thread Timothy Johnson
There are three products that I know of, but two of them cost money. ActiveState has a great Perl Dev Kit that includes PerlApp, which will package your perl script, modules, and interpreter into an executable. It works very well. You also get some other great utilities with it, like PerlSvc, wh

RE: How to build an executable on Windows

2005-10-18 Thread Steve Bertrand
> I am running Active State Perl on my PC and want to build a > .exe. Does anyone know the command for that? Although I have only ever built one Perl app on Windows and develop everything on Unix, I found the following to work tremendously well for what you want to do: http://www.indigostar.com