Thanks Brian and Marcus.
$^O is exactly what I needed.
_brian_d_foy <[EMAIL PROTECTED]>
10/19/2001 08:44 AM
To: [EMAIL PROTECTED]
cc:
Subject: Re: accessing environment variables
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Greg F
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Greg Froese) wrote:
> I want to be able to test whether I'm in Windows or Linux, and this seems
> like a good way to do it.
you want $^O, not an environment variable. take a look inside
CGI.pm for some example code. :)
--
brian d foy <[EMAI
--Original Message-
| From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
| Sent: Friday, October 19, 2001 2:15 PM
| To: [EMAIL PROTECTED]
| Subject: accessing environment variables
|
|
| How do I access Windows environment vars?
|
| I want to be able to test whether I'm in Windows or Linu
How do I access Windows environment vars?
I want to be able to test whether I'm in Windows or Linux, and this seems
like a good way to do it.
If there is an easier/better way, I'm all ears.
Thanks
Greg