in reply to Re: Re: how to detect whether script is being run on Windows at runtime?
in thread how to detect whether script is being run on Windows at runtime?

Whoops! My mistake. Try this from usenet:

use Config; $ostype = $Config{"osname"};
  • Comment on Re: Re: Re: how to detect whether script is being run on Windows at runtime?
  • Download Code