Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      }
      close FILE; 
    }
    
  2. or download this
    my $msg  = new Email::Outlook::Message $file;
    my $mime = $msg->to_email_mime;
    $mime->as_string;