RE: perl with cygwin 1.5 doesn't fly.

2003-07-21 Thread Matthew O. Persico
; . $module . "\n"; I will admit might be confusing to use a scalar $module and a hash %module, but it is not an error. > >Print "$var\n"; > > >[EMAIL PROTECTED] > > >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On >Beh

Re: perl with cygwin 1.5 doesn't fly.

2003-07-21 Thread Gerrit P. Haase
Hallo George, Am Sonntag, 20. Juli 2003 um 20:17 schriebst du: > Check u're perl code again Hey, I try to build perl from sources with the new 64bit Cygwin 1.5 prerelease. All the code that is failing is the perl code from the perl sources which is used to build Perl. > Use strict; # that w

RE: perl with cygwin 1.5 doesn't fly.

2003-07-20 Thread George Njoku
errit P. Haase Sent: Saturday, July 19, 2003 6:20 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: perl with cygwin 1.5 doesn't fly. Hallo, I'm getting strange errors when I compile Perl 5.8 with Cygwin 1.5, well, miniperl.exe compiles, but then the first simple tests break: 1. Th

perl with cygwin 1.5 doesn't fly.

2003-07-19 Thread Gerrit P. Haase
Hallo, I'm getting strange errors when I compile Perl 5.8 with Cygwin 1.5, well, miniperl.exe compiles, but then the first simple tests break: 1. This as script executed with miniperl.exe: %module = ( cygwin => 'Cygwin' ); $module = $module{$^O} || 'Unix'; print "$module\n"; gives what is expec