NYIMI Jose (BMB) wrote:
> I need to write a perl script that will run on solaris and the job of
> this script will be : 
> 
> - read a mail from a predefined shared mail box (Outlook/Exchange
> Server) 

Mail::IMAPClient or Mail::POP3Client

> - extract the mail attachment (text file)
> - parse the content

MIME::Parser

> - create an excel sheet (same content)

Spreadsheet::WriteExcel

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to