On Wed, Sep 12, 2007 at 09:06:48AM -0500, John E. Malmberg wrote:

> Craig A. Berry wrote:
> >
> >Hopefully not as long as $^O eq 'VMS' is true.  We probably need
> >something more radically different to handle higher levels of UNIX
> >emulation.  Remind me to study the differences between the Cygwin
> >port and the Win32 port.
> 
> If there was a way to dynamically change $^O, it would be one thing, but 
> from previous conversations on this list, such a way has not been found.

I'll admit to not having followed this thread very carefully so I might be
completely missing the point here.  But ...

$ perl -le 'print $^O; $^O = "ha!"; print $^O'
solaris
ha!
$

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to