instead of my $mail = File::Spec->catfile('testbox'); my $mb = Mail::MboxParser->new($mail);
use my $mb = Mail::MboxParser->new("testbox"); Ankit Gupta wrote:
Hello, I am using Mboxparser module for parsing email messages for their headers and body parts. Right now I am working on Windows platform and its working fine with my script. Then I decided to run it on Linux but its not working at all. It does not give any error but does not parses any message at all. Could some one throw some light on this. I am attaching small script which runs well on Windows but not on Linux. Ankit
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]