Hi Group!


Is there a module, using which i can determine the Operating System on
which my perl script is running?
I cannot use $^O as the my script will be an executable (using perl2exe)
and therfore the interpreter won't be available during runtime

I came across a module Sys::Hostname which gives the hostname of the
machine on all platforms
Is there an equivalent module for determining the operating system
(somthing which uses uname on Unix and something else for Windows)

Thanks in advance....

-- 
Regards
Mayank

"The difference between ordinary and extraordinary is that little extra"
                                                                  -Anon

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to