Perl 5.6 has the latest version on Activestates PPM.
C:\>perl -v
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2001, Larry Wall
Binary build 626 provided by ActiveState Tool Corp.
http://www.ActiveState.com
Built 0
Tried again, got 502. see below...
C:\ActivePerl\lib\gui>ppm install --location=http://dada.perl.it/PPM
Win32-GUI
Retrieving package 'Win32-GUI'...
Writing C:\ActivePerl\site\lib\auto\Win32\GUI\.packlist
C:\ActivePerl\lib\gui>ppm
PPM interactive shell (2.0) - type 'help' for available commands.
P
I see the 0.0.558 tar.gz version on your site but your /ppm still says 502,
which is where I got it from. Is that accurate?
> -Original Message-
> From: Aldo Calpini [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 04, 2001 4:56 AM
> To: Peter Eisengrein
> Subject: Re: [perl-win32-gui-users]
one change
close $css;
system("notepad.exe $css");
}
Should be :
close OUT;
system("notepad.exe $css");
}
you HAVE to fl
Peter Eisengrein wrote:
> 0.0.502 -- I actually just pulled it off your site maybe two weeks ago.
> Is there an even newer version? Thanks for your help -- I love this
> module!
uhm... my site contains version 0.0.558, it was uploaded on 22 Jan 2001.
you probably have a (way too much) caching prox
5 matches
Mail list logo