Help for this page

Select Code to Download


  1. or download this
    /var/log/messages
    /var/log/secure
    /var/log/httpd/access_log
    etc
    
  2. or download this
    use Digest::MD5;
    open CONFIGFILE, "<config.ini" or die "I cant open the config file.";
    open RESULTS, ">md5TEMP" or die "I cant write the MD5's temp file.";
    ...
    }
    close RESULTS;
    close CONFIGFILE;