#!c:\perl\bin # Compiler directives and Includes use Mime::Lite; use HTML::LinkExtor; unless (open(LOG, ">log.txt")) { die ("cannot open log.txt file \n"); } unless (open(TEMPLATE, "htmlfile.htm")) { die ("cannot open paris.htm file \n"); } $from = 'herman'; $to = 'tomail@whoever.co.za'; $cc = ''; $path = "att"; $att = "exclam.gif"; $bodytype = "multipart/mixed"; #if mail has attachments use multipart $subject = "Hello template"; $body=''; while(