RE: [OT] Having multiple x64 compilers on Windows Vista 64

2009-05-28 Thread Steve Hay
Sisyphus wrote on 2009-05-28: > Hi, I currently have the "Microsoft Platform SDK for Windows Server 2003 > R2" compiler. I would like to also install "Windows SDK for Windows > Server 2008 and .NET Framework 3.5" from > http://www.microsoft.com/downloads/details.aspx?FamilyId=E6E1C3DF-A74F- > 4207-

RE: Win32::Lanman and Perl 5.10

2008-08-21 Thread Steve Hay
I contacted Jens back in March 2003 regarding the GPL status of Win32::Lanman. I asked him if he would consider releasing a new version with a less restrictive licence so that the company which I'm working for can distribute it in their commercial software. He replied to say that we could use it

RE: rsync for Win32

2008-03-11 Thread Steve Hay
Sisyphus wrote: > Hi, > On the face of it, the topic of this post has little (if anything) to > do with perl. > > But, afaict from 'perldoc perlhack', if I want to stay in touch with > the current perl developments I need to be able to download the > latest source by running: > > rsync -avz rsync

Re: Problem with eval() and BEGIN { ... }

2001-04-23 Thread Steve Hay
to a "BEGIN { ... }" block? > Or to really use the global variable I think you use something like: > > eval 'sub greet { print "$::greet\n" }'; > or > eval 'sub greet { print "$main::greet\n