Help for this page

Select Code to Download


  1. or download this
    [Localmachine:]date
    Thu Jul  6 14:45:01 IST 2006
    
    [Remotemachine:]date
    Thu Jul  6 10:14:09 IST 2006
    
  2. or download this
    @logfiles = $telnet->cmd("find . -mtime 0 -print");
    
    ...
                    $logtime = strftime( "%Y%m%d %H%M", localtime($mtime) 
    +);
                                    
            }