Help for this page

Select Code to Download


  1. or download this
    $my osname = Win32::GetOSName();
    
  2. or download this
    my modname='Win32';
    require $mymodname;
    import $mymodname qw(GetOSName);
    $my osname = GetOSName();