Re: how t o read env variable in cygwin

2006-03-28 Thread Yitzchak Scott-Thoennes
On Mon, Mar 27, 2006 at 10:12:01AM -0500, Igor Peshansky wrote: > On Mon, 27 Mar 2006, Eric Blake wrote: > > > According to cyg_win_user on 3/27/2006 3:12 AM: > > > i m trying to read environment variable in perl using > > > > > > $OSTY = $ENV{OSTYPE}; > > > this will return os type as "li

Re: how t o read env variable in cygwin

2006-03-27 Thread Igor Peshansky
On Mon, 27 Mar 2006, Eric Blake wrote: > According to cyg_win_user on 3/27/2006 3:12 AM: > > i m trying to read environment variable in perl using > > > > $OSTY = $ENV{OSTYPE}; > > this will return os type as "linux" or "solaris". but when i try for > > cygwin it returns empty string. is t

RE: how t o read env variable in cygwin

2006-03-27 Thread Dave Korn
On 27 March 2006 15:11, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to cyg_win_user on 3/27/2006 3:12 AM: >> i m trying to read environment variable in perl using >> >> $OSTY = $ENV{OSTYPE}; >> this will return os type as "linux" or "solaris". but wh

Re: how t o read env variable in cygwin

2006-03-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to cyg_win_user on 3/27/2006 3:12 AM: > i m trying to read environment variable in perl using > > $OSTY = $ENV{OSTYPE}; > this will return os type as "linux" or "solaris". but when i try for cygwin > it returns empty string. is the