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?
use Config; $ostype = $Config{"osname"}; [download]