in reply to Re: Running an external GUI program
in thread Running an external GUI program

Hi liverpole,

Thanks for the response.

By external I meant external to Perl, the GUI resides on the same machine as the Perl code so that's not an issue.

I thought about using kill, but I need someway to make sure it has finished processing the file before I kill it.