M
Madhusudhanan Chandrasekaran
Hi,
I am trying to parse a mbox file and extract the message's
body. I am using Mail::MboxParser for this purpose. In my
source code, I have
my $mb = Mail::MboxParser->new('some_mailbox',
decode => 'ALL',
parseropts => $parseropts);
with the $parseropts initialized. However, it gives me the
following error message:
Can't locate object method "new" via package "MIME:arser" at
/usr/local/share/perl/5.8.8/Mail/MboxParser/Mail.pm line 513.
I've MIME:arser installed and it does seem to have a new method.
Any pointers appreciated.
Thanks in advance,
_Madhu
I am trying to parse a mbox file and extract the message's
body. I am using Mail::MboxParser for this purpose. In my
source code, I have
my $mb = Mail::MboxParser->new('some_mailbox',
decode => 'ALL',
parseropts => $parseropts);
with the $parseropts initialized. However, it gives me the
following error message:
Can't locate object method "new" via package "MIME:arser" at
/usr/local/share/perl/5.8.8/Mail/MboxParser/Mail.pm line 513.
I've MIME:arser installed and it does seem to have a new method.
Any pointers appreciated.
Thanks in advance,
_Madhu