Help for this page

Select Code to Download


  1. or download this
    @contents = $telnet->cmd(qq(perl -e '$,=$/; print stat(shift)' $logfil
    +e));
    
  2. or download this
    @contents = $telnet->cmd(qq(perl -MFile::stat -e 'print stat(shift)->m
    +time()' $logfile));