Scripting
>>
Perl
>>
How to use system environment variables
1. just use $ENV{
}. eg. to get COMPUTERNAME in Win32 environment $ENV{COMPUTERNAME}
Please enable JavaScript to view the
comments powered by Disqus.