Yes. I really recommend Mail::Box - the documentation has some examples that should get you started, and the mail handling is painless in my opinion. Installation should be straightforward for you if you have superuser permissions on your system, otherwise a local installation of the modules will work as well.
perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web
In reply to Re: Parsing a Unix Mbox
by Corion
in thread Parsing a Unix Mbox
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |