Bytor_47 has asked for the wisdom of the Perl Monks concerning the following question:
ERROR: Cannot get a lock on Mail::Box::Mbox folder /var/mail/username.
WARNING: Folder does not exist, failed opening mbox folder /var/mail/username.
How can I get a lock on the file?use Mail::Box::Manager; my $mgr = Mail::Box::Manager->new; my $folder = $mgr->open(folder => $ENV{MAIL});
Is there a way to get Mail::MboxParser to delete mail? I can read the mail with that but I would like to delete the mail once I am done with it.
Thanks in advance.
janitored by ybiC: Minor format cleanup, including balanced <code> tags around snippet and linkify mentions of CPAN modules
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Need help with Mail::Box module please
by gam3 (Curate) on Apr 26, 2005 at 02:39 UTC |