Is it possible to test for the OS version in Perl? Now, I'm sure I could test for the OS using the appropriate OS-specific command using "system", but what I want to do is determine if I am in an MS Windows environment or a *nix environment. Is that possilble? If so, how do you do it?
Thanks.