|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
How do I find out which operating system I'm running under?by faq_monk (Initiate) |
| on Oct 08, 1999 at 00:29 UTC ( [id://706]=perlfaq nodetype: print w/replies, xml ) | Need Help?? |
|
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version: The $^O variable ($OSNAME if you use English) contains the operating system that your perl binary was built for.
|
|