I need to read each message in a Unix Mbox and extract
from each message the heading information and the
message itself. I need to do edit checks on each of
the above. Once I'm done, I need to move the message
to an output directory and delete the message from the
mailbox. I'm new to Perl. Do you recommend using a
Perl module,i.e., Mail::Box? Need some guidance.