On Thu, 2008-04-24 at 21:53 -0700, Mark Glines wrote: > On Thu, 24 Apr 2008 20:48:34 -0700 > Geoffrey Broadwell <[EMAIL PROTECTED]> wrote: > > my $platform = $os =~ /mswin32/i && $cc =~ /^gcc/i ? 'win32_gcc' : > > $os =~ /mswin32/i ? 'win32_other' : > > $os =~ /darwin/i ? 'darwin' : > > ? 'default' ;
Oh, I just noticed. I did this freehand, so didn't syntax check it. That last '?' is spurious. -'f