in reply to exec problem
to:exec 'env', $^X, $0, @ARGV;
After that loops once, $ENV{'LD_LIBRARYN32_PATH'} will be populated with what you need.exec 'env', $^X, $0, @ARGV if 0;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: exec problem
by Vorlin (Beadle) on Mar 14, 2003 at 02:10 UTC |