in reply to Re^2: passing env{} variable to child fails on linux,works on windows
in thread passing env{} variable to child fails on linux,works on windows
How about:
my @results = qx/script.plx -$envparm/;
You get the results of the script in '@results' and you pass your script the required parameter that it needs.
Maybe?
Regards...Ed
"Well done is better than well said." - Benjamin Franklin
|
|---|