Re: Refreshing GUI



On Tue, 28 May 2002, bcorr wrote:

but the problem is that the external jobs that use LSF just sit there
waiting to run and so don't really kick the while (<TMP>) loop into life.
 
Can someone tell me what the best way of keeping the GUI window regularly
refreshed would be?

man IO::Select

select is an useful function that sits and waits for input or output until
a timeout expires. you can use it to do things while you still haven't
received input.

lanzz
--
$_=q<$_=q<,>;s/,/$_/;print;>;s/,/$_/;





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]