in reply to use of uninitialized value in substitution iterator
or whatever you like to do if the environment var is not there.s/\$([A-Z0-9_]+)/$ENV{$1}||''/eg;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: use of uninitialized value in substitution iterator
by furrypop (Novice) on Nov 11, 2004 at 15:10 UTC |