#!/usr/bin/perl open(FILE, ">logfile"); while () { -- process the email content } -- do the db stuff here ---write to logfile close(FILE);