to open up
> a log window from within the script and then dump log issues into it for
> viewing
>
> os = unix
>
> bit like a tail -f concept but in a seperate window to that which the
> parent script is running
>
> any thoughts much appreciated
>
> Steve
Hi all
any thoughts on how to approach this
I have several perl scripts running and i would like to be able to open up
a log window from within the script and then dump log issues into it for
viewing
os = unix
bit like a tail -f concept but in a seperate window to that which the
parent