###########################################################
#
# MboxBeMail v1.0
#
# Tom Hays, trhays@clark.net
# 10 Oct 1998
# Converts UN*X mail mbox mailboxes into Be E-Mail files.
#
# Free to distribute and use.
# If you modify it, change its name and add a note saying
# something like:
# based upon MboxToBeMail v1.0 by Tom Hays
###########################################################
This is a Perl script.

usage:

  MboxToBeMail.pl mailbox1 [mailbox2] ...


Look at the comments in the beginning of EudoraToMail.pl
to learn more.

You will likely have to change the first line of the script
to point to the path of your perl installation.  I have mine
in /boot/home/config/bin.
If you don't want to change the first line, just do 

$ perl MboxToBeMail.pl mbox1 [mbox2] ...

instead.

