8.46 Env
Lets your program treat environment variables as simple variables instead
of having to access them from the Internally, Env uses anuse Env; use Env qw( var1 var2 ...);
import
function that
ties suitably named environment variables to global Perl variables
with the same names. By default, it ties all variables yielded by
keys %ENV
. A "suitable" environment
has a name that begins with an alphabetic
character and contains only alphanumeric characters or underscores.
When
You untie a variable by setting its value to Copyright © 2001 O'Reilly & Associates. All rights reserved. |
|