perl-oracle connectivity query

2006-09-21 Thread ukhas jean
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(

Re: Remove non-ascii character

2006-09-21 Thread $Bill Luebkert
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

Re: Remove non-ascii character

2006-09-21 Thread Lyndon Rickards
> 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

Re: Remove non-ascii character

2006-09-21 Thread $Bill Luebkert
[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

RE: Remove non-ascii character

2006-09-21 Thread haze_hutmacher
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.

Re: Remove non-ascii character

2006-09-21 Thread John W. Kennedy
[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

Remove non-ascii character

2006-09-21 Thread haze_hutmacher
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