![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re^3: perl versionby ferreira (Chaplain) |
on Feb 20, 2008 at 11:33 UTC ( #668989=note: print w/replies, xml ) | Need Help?? |
Environment variables are sort of a shell thing (because the shell usually provides the OS environment which surrounds your computations/program invocations). You may add some default settings of specific environment variables to the profile files that your shell reads at session startup (eg. ".profile" or ".bash_profile") and you'll get the behavior you want. That's what Andreas was telling about when he provided pointers where you could read about shell features.
In Section
Seekers of Perl Wisdom
|
|