Hi !

> system("..........");  #(it takes quite a while)
> Location: URL
>
> How can I let system() finish its work and then go to
> the URL?

AFAIR, system() won't return unless it is finished or the process has been 
killed.  So you wont need an additional sleep() command.

HTH,  
-- 
Jan Gruber              Primacom AG
Central Systems

cat /dev/world | perl -e "while (<>) {(/(^.*? \?) 42 \!/) && (print $1)}"
errors->(c)
_ 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to