Re: How to determine Operating System

2004-09-15 Thread Chris Devers
On Thu, 16 Sep 2004, Jenda Krynicky wrote: > perldoc perlvar > ... > > $OSNAME > $^O The name of the operating system under which this copy of > Perl > was built, as determined during the configuration > process. Be careful when matching against this though. If yo

Re: How to determine Operating System

2004-09-15 Thread Jenda Krynicky
From: "JP" <[EMAIL PROTECTED]> > Perl being multiplatform, I need some function that returns something > like SunOs 5.8 on Solaris 8 or Cygwin on Cygwin, Windows-XP on an XP > host etc. to execute platform specific sub routines. perldoc perlvar ... $OSNAME $^O The name of the

Re: How to determine Operating System

2004-09-15 Thread JupiterHost.Net
JP wrote: Perl being multiplatform, I need some function that returns something like SunOs 5.8 on Solaris 8 or Cygwin on Cygwin, Windows-XP on an XP host etc. to execute platform specific sub routines. see perldoc Config -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

How to determine Operating System

2004-09-15 Thread JP
Perl being multiplatform, I need some function that returns something like SunOs 5.8 on Solaris 8 or Cygwin on Cygwin, Windows-XP on an XP host etc. to execute platform specific sub routines. Thanks! JP -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE