I would like to print a line containing the value of a system variable
(I'm running on M$ NT4).

My system variable is %IPADDRESS%.

At the moment my code looks like

chomp ($IpAddress=`echo %IPADDRESS%`);
print "blah blah $IpAddress blah";

Is there a better/preferable way of doing this?

Cheers,
Andrew

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to