in reply to system() not waiting
Or you could also look into the wait function.if ($filename{$num}ne '') { `/3rdparty/perl/bin/sunos5/lwp-request -p http://proxy-syr +.global.lmco.com $hostname$url -C $user:$password>$temp$file`; `chmod 777 $temp$file`; `acroread -toPostScript $temp$file`; `lp -d ep5_hpp01 $temp *.ps`; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Wait
by VSarkiss (Monsignor) on Oct 03, 2001 at 00:43 UTC | |
by CubicSpline (Friar) on Oct 03, 2001 at 00:49 UTC |