Help for this page

Select Code to Download


  1. or download this
    Win32::IsWin95 == 1<br>
        &amp;&amp; hex $build == 1998;
    
  2. or download this
    $build = (unpack &quot;A4&quot;x2, sprintf
        &quot;%08X&quot;, (&amp;Win32::GetOSVersion)[3])[1];
    
  3. or download this
    Alpha: grep(/VMS_AXP/, @INC)
    Vax:   grep(/VMS_VAX/, @INC)
    
  4. or download this
    Stratus: grep(/VOS/, @INC)
    Stratus XA: grep(/860/, @INC)
    Stratus HP 7100
      or 8000: grep(/7100/, @INC)
    Stratus HP 8000: grep(/8000/, @INC)