How can I detect the operating system in Perl?

后端 未结 11 1483
我在风中等你
我在风中等你 2020-12-04 16:41

I have Perl on Mac, Windows and Ubuntu. How can I tell from within the script which one is which? Thanks in advance.

Edit: I was asked what I am doi

11条回答
  •  无人及你
    2020-12-04 16:58

    For a generic mapping in a pre-packaged perl module, check out Perl::OSType.

    It's used by Module::Build.

提交回复
热议问题