Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Perl $^O values for various operating systems

by PodMaster (Abbot)
on Feb 07, 2003 at 14:39 UTC ( [id://233481]=note: print w/replies, xml ) Need Help??

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)
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://233481]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-28 20:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found