You are viewing the version of this documentation from Perl 5.7.1.
This is a development version of Perl.
- #%ENV
-
- #$ENV{expr}
-
The hash %ENV contains your current environment. Setting a value in ENV
changes the environment for any child processes you subsequently fork() off.