I wrote this simple script ... n its baffling me ... i thght this should work ... but its not working am i doing something wrong here?? DB-name : IN02 (its an oracle DB) DB schema: GS password: GS use strict;use DBI; my $dbh = DBI->connect(
Lyndon Rickards wrote:
>
> Sounds as if Haze is effectively saving the (.eml or whatever) file to disk
> and
> attempting to read text from that?
>
> Haze - you might investigate using win32::OLE to drive Outlook and grab the
> message text directlyor use the Mail::Outlook module which simp
> From: $Bill Luebkert <[EMAIL PROTECTED]>
> Subject: Re: Remove non-ascii character
> Sent: Sep 21 '06 18:37
>
> [EMAIL PROTECTED] wrote:
> > Sorry for the novice question, but can someone point me in the direction
> > of stripping all non printing non ascii characters from a file? The ide
[EMAIL PROTECTED] wrote:
> Sorry for the novice question, but can someone point me in the direction
> of stripping all non printing non ascii characters from a file? The idea
> is to take microsoft email and remove all the crud so as to create a
> simple text file for further parsing.
> thanks
Slu
Sorry John...I described my problem space poorly. I'll try
again.If I copy an email from Microsoft Outlook to my desktop and then open
that email using a generic text editor, I see lot's of non printable garbage.
This is what I am trying to remove.Haze-Original
Message-From: John W.
[EMAIL PROTECTED] wrote:
> Sorry for the novice question, but can someone point me in the direction
> of stripping all non printing non ascii characters from a file? The idea
> is to take microsoft email and remove all the crud so as to create a
> simple text file for further parsing.
There is
Sorry for the novice
question, but can someone point me in the direction of stripping all non
printing non ascii characters from a file? The idea is to take microsoft email
and remove all the crud so as to create a simple text file for further
parsing.
thanks
Haze