in reply to Re^3: Using File::Temp Names
in thread Using File::Temp Names
Probably this is opening child process and executing the ScriptB using the temp filename passed as a parameter. What is the solution in this case. How can child process access the temp file?... $cmd=join(' ', @$args); $output=`$cmd`; ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Using File::Temp Names
by Sidhekin (Priest) on Aug 01, 2006 at 18:11 UTC |