in reply to Environment discovery under Linux

Lookup %ENV in perlvar

Also note: what you're doing doesn't always work:
bash-3.2$ echo $SHELL /bin/bash bash-3.2$ dash $ echo $SHELL /bin/bash $ exit bash-3.2$

Replies are listed 'Best First'.
Re^2: Environment discovery under Linux
by moritz (Cardinal) on Sep 30, 2008 at 08:06 UTC
    You can even link to the documentation of %ENV directly: [doc://%ENV] -> %ENV.
      I never knew that.

      Thanks, and ++, moritz

Re^2: Environment discovery under Linux
by The Hindmost (Scribe) on Sep 30, 2008 at 08:04 UTC
    Thanks, that'll save a lot of time
    /me rushes of to make modifications