In my script I would like to detect whether it's running on Windows or not. I guess best method is to check $^O against predefined set of values (am I right?). I know ActiveState perl uses $^O = 'MSWin32'; What other possible values it can have? On 64-bit windows? On Cygwin Perl? On MS's port of perl to SFU?
Thanks!