in reply to Re: Extracting Attachments Using MIME::Parse
in thread Extracting Attachments Using MIME::Parse

Thank you very much.

I have changed the sub handle_other to
sub handle_other { my $handle = shift; my $body = $handle->as_string; }

Replies are listed 'Best First'.
Re^3: Extracting Attachments Using MIME::Parse
by pgadekar (Initiate) on Dec 10, 2010 at 13:21 UTC
    Will it be good approach that I have used in above code ?