Re: log window

2002-09-23 Thread Mat Harris
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

log window

2002-09-23 Thread Steven_Massey
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