sub ENV { defined $ENV{$_[0]} ? $ENV{$_[0]} : 'undefined' } print "$_ is ", ENV($_), "\n" for qw(many environment variables);
Cheers - L~R
In reply to Re: Setting values for undefined environment variables
by Limbic~Region
in thread Setting values for undefined environment variables
by jacques
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |