Help for this page
/var/log/messages /var/log/secure /var/log/httpd/access_log etc
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;