in reply to Setting environment variables by reading them from a configuration file
The issue is that Environment variables are not being set when we do this way;How do you know? You're examining %ENV, right? Try inserting some debugging statements in the while loop, like
warn " KEY=$variable VAL=$value ";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Setting environment variables by reading them from a configuration file
by robby123 (Initiate) on Sep 02, 2004 at 11:13 UTC | |
by Eimi Metamorphoumai (Deacon) on Sep 02, 2004 at 14:55 UTC |