in reply to how to detect whether script is being run on Windows at runtime?
Not tested - I'm not on windows - but would that cover ambiguity on $^O?if (-d "C:/windows/system") { # is windows }
cLive ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: how to detect whether script is being run on Windows at runtime?
by BUU (Prior) on May 10, 2004 at 23:03 UTC | |
by raptnor2 (Beadle) on May 11, 2004 at 01:33 UTC | |
by BUU (Prior) on May 11, 2004 at 01:59 UTC |