I want to set an environment variable from within the perl script so that it's visible to other subsequent processes, like what
export var=xyz does in unix shells.
Something like $ENV{'var'} = 'xyz' has effect only for the current process and any children it spawns.
Originally posted as a Categorized Question.
In reply to How to set an environment variable in perl so that it's visible to subsequent processes? by anzalone
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |