Re: Using system variables (M$ OS's)

2002-01-22 Thread Matthew Peter Lyon
to ack. receipt of this message yes/no'. Yay Bill! -mL - Original Message - From: "Bob Showalter" <[EMAIL PROTECTED]> To: "'Matthew Peter Lyon'" <[EMAIL PROTECTED]> Sent: Tuesday, January 22, 2002 7:47 AM Subject: RE: Using system variables (M$

Re: Using system variables (M$ OS's)

2002-01-22 Thread Matthew Peter Lyon
CTED]> Sent: Monday, January 21, 2002 8:13 AM Subject: RE: Using system variables (M$ OS's) > Fantastic! > > Thankyou. > > From: Briac Pilpré [mailto:[EMAIL PROTECTED]] > Sent: 21 January 2002 16:05 > To: [EMAIL PROTECTED] > Subject: Re: Using system variables (M$ OS

RE: Using system variables (M$ OS's)

2002-01-21 Thread Mason, Andrew
Fantastic! Thankyou. From: Briac Pilpré [mailto:[EMAIL PROTECTED]] Sent: 21 January 2002 16:05 To: [EMAIL PROTECTED] Subject: Re: Using system variables (M$ OS's) Andrew Mason wrote: > I would like to print a line containing the value of a system variable > (I'm running on M$

Re: Using system variables (M$ OS's)

2002-01-21 Thread Jeff 'japhy' Pinyan
On Jan 21, Mason, Andrew said: >My system variable is %IPADDRESS%. You can access that via $ENV{IPADDRESS} in your Perl program. -- Jeff "japhy" Pinyan [EMAIL PROTECTED] http://www.pobox.com/~japhy/ RPI Acacia brother #734 http://www.perlmonks.org/ http://www.cpan.org/ ** Look fo

Re: Using system variables (M$ OS's)

2002-01-21 Thread Briac Pilpré
Andrew Mason wrote: > I would like to print a line containing the value of a system variable > (I'm running on M$ NT4). #!/usr/bin/perl -w use strict; print "Blah blah $ENV{IPADDRESS} blah!\n"; __END__ -- briac << dynamic .sig on strike, we apologize for the inconvenience >> -- To unsubsc