are there any good timer implementation in perl
        Posted  
        
            by Haiyuan Zhang
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Haiyuan Zhang
        
        
        
        Published on 2010-06-07T07:23:57Z
        Indexed on 
            2010/06/07
            7:42 UTC
        
        
        Read the original article
        Hit count: 231
        
perl
I'm looking for good timer implementation in perl. The situation I met is like: I need to keep track of I/O activities of many files and for thoes files keep untouched for enough time a remove action will be taken upon them, so an efficient timer implementation is really vital for the app I'm involved right now. To avoid recreate the wheel, ask you guys for help first.
© Stack Overflow or respective owner