Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Environment discovery under Linux

by plobsing (Friar)
on Sep 30, 2008 at 07:57 UTC ( [id://714497]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://714497]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-26 04:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found