Email::Address Segmentation Fault

2006-12-06 Thread Mathew Snyder
I can't seem to get this working. Every time I try to run it segfaults on me. I've removed it from my code and reverted to the stage I was at before I added it and my script worked exactly as it did before I put it in. I've installed it via both cpan and yum. I've tried running it on a SuSE box

Re: Email::Address Segmentation Fault

2006-12-06 Thread Mathew Snyder
Mathew Snyder wrote: > I can't seem to get this working. Every time I try to run it segfaults on me. > I've removed it from my code and reverted to the stage I was at before I added > it and my script worked exactly as it did before I put it in. I've installed > it > via both cpan and yum. I've

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: > I can't seem to get this working. Every time I try to run it segfaults on me. I've removed it from my code and reverted to the stage I was at before I added it and my script worked exactly as it did before I put it in. I've installed it via both cpan and yum. I've tried

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: Mathew Snyder wrote: I can't seem to get this working. Every time I try to run it segfaults on me. I've removed it from my code and reverted to the stage I was at before I added it and my script worked exactly as it did before I put it in. I've installed it via both cpan a

Re: Email::Address Segmentation Fault

2006-12-06 Thread Mathew Snyder
Rob Dixon wrote: > Mathew Snyder wrote: >> Mathew Snyder wrote: >>> I can't seem to get this working. Every time I try to run it >>> segfaults on me. >>> I've removed it from my code and reverted to the stage I was at >>> before I added >>> it and my script worked exactly as it did before I put it

Re: Email::Address Segmentation Fault

2006-12-06 Thread Mathew Snyder
Rob Dixon wrote: > Mathew Snyder wrote: >> Mathew Snyder wrote: >>> I can't seem to get this working. Every time I try to run it >>> segfaults on me. >>> I've removed it from my code and reverted to the stage I was at >>> before I added >>> it and my script worked exactly as it did before I put it

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: > Rob Dixon wrote: >> Mathew Snyder wrote: >>> Mathew Snyder wrote: I can't seem to get this working. Every time I try to run it segfaults on me. I've removed it from my code and reverted to the stage I was at before I added it and my script worked ex

Re: Email::Address Segmentation Fault

2006-12-06 Thread Mathew Snyder
Rob Dixon wrote: > Mathew Snyder wrote: >> Rob Dixon wrote: >>> Mathew Snyder wrote: Mathew Snyder wrote: > I can't seem to get this working. Every time I try to run it > segfaults on me. > I've removed it from my code and reverted to the stage I was at > before I added >

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: > > Rob Dixon wrote: >> >> Look at the code below. Is this what you get? >> >> >> use strict; >> use warnings; >> >> use Email::Address; >> >> my $data = q| >>> href="/Ticket/Display.html?id=52549">52549> class="collection-as-table" >> href="/Ticket/Display.html?id=52549">

Re: Email::Address Segmentation Fault

2006-12-06 Thread Mathew Snyder
Rob Dixon wrote: > Mathew Snyder wrote: >> >> Rob Dixon wrote: >>> >>> Look at the code below. Is this what you get? >>> >>> >>> use strict; >>> use warnings; >>> >>> use Email::Address; >>> >>> my $data = q| >>>>> href="/Ticket/Display.html?id=52549">52549>> class="collection-as-table" >>> hre

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: Mathew Snyder wrote: Mathew Snyder wrote: I can't seem to get this working. Every time I try to run it segfaults on me. I've removed it from my code and reverted to the stage I was at before I added it and my script worked exactly as it did before I put it in. I've inst

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: Rob Dixon wrote: Mathew Snyder wrote: Yes, that is exactly what I get. Then can you post something that /doesn't/ work for you please? I'm not sure what you mean. The script I posted doesn't work for me. So far, everything you've suggested does. I mean can you pos

Re: Email::Address Segmentation Fault

2006-12-06 Thread Mathew
Rob Dixon wrote: > Mathew Snyder wrote: >> Rob Dixon wrote: >>> >>> Mathew Snyder wrote: Yes, that is exactly what I get. >>> >>> Then can you post something that /doesn't/ work for you please? >> >> I'm not sure what you mean. The script I posted doesn't work for me. So >> far, everyth

Re: Email::Address Segmentation Fault

2006-12-06 Thread Rob Dixon
Mathew Snyder wrote: This is the meat of what I have. It looks like it should work exactly as you have only a bit more explicitly. All it does is return me to the prompt. I know there should be at least 100 emails in the text I'm parsing. In fact, I've figured out how to do this with HTML::T

Extracting only images from a mime mail

2006-12-06 Thread Nagrale, Ajay
Hi, My requirement is to extract only images from an multipart email. I could see perl package (MIME::Parser) related to extraction of various parts of a given mail (mail txt, attachments). It extracts all the parts from a given mail. I am not able to give condition to extract only image from

Re: Perl Query - Conversion of EXE file

2006-12-06 Thread Dharshana Eswaran
On 12/5/06, Jenda Krynicky <[EMAIL PROTECTED]> wrote: From: "kilaru rajeev" <[EMAIL PROTECTED]> > Jenda, > > I got a doubt here. Suppose the file does not contain any thing perl > code. If it contains only some data for configuration, is it possible > to include by using 'require' ? > > Rajeev

Re: Aggregating repeating lines

2006-12-06 Thread Rob Dixon
Michael Alipio wrote: Hi, I have a long log file that looks like this: 7491| 210.23.185.123 | PH202597706 7491| 210.23.169.91| PH202594221 7303| 201.252.130.245 | AR201955854 9318| 210.205.6.225| KR201892149 9930| 210.19.229.57| MY201418551

Re: Extracting only images from a mime mail

2006-12-06 Thread Tom Phoenix
On 12/6/06, Nagrale, Ajay <[EMAIL PROTECTED]> wrote: My requirement is to extract only images from an multipart email. I could see perl package (MIME::Parser) related to extraction of various parts of a given mail (mail txt, attachments). It extracts all the parts from a given mail. I am not

Re: Email::Address Segmentation Fault

2006-12-06 Thread Jay Savage
On 12/6/06, Rob Dixon <[EMAIL PROTECTED]> wrote: Mathew Snyder wrote: > > This is the meat of what I have. It looks like it should work exactly as you > have only a bit more explicitly. All it does is return me to the prompt. I > know there should be at least 100 emails in the text I'm parsing

Missing suidperl

2006-12-06 Thread Gene Bomgardner
Hi: A package I was running uses suidperl. For some reason, it's disappeared. I need to replace it. Is suidperl part of the perl 5.8 distribution or is found elsewhere? A google search just turns up related problems w/o info as to where it can be found. Thanks, Gene -- To unsubscribe, e-mail:

Re: Missing suidperl

2006-12-06 Thread Tom Phoenix
On 12/6/06, Gene Bomgardner <[EMAIL PROTECTED]> wrote: A package I was running uses suidperl. For some reason, it's disappeared. I need to replace it. In order to minimize security risks, suidperl is no longer a routine part of a Perl installation. You "could" reinstall it with (some older ve

Fwd: failure notice

2006-12-06 Thread Derek B. Smith
Is there anyway this address can be corrected or removed from the list? I have seen this once before but it has been some time ago. : ? ) Note: forwarded message attached.--- Begin Message --- Hi. This is the qmail-send program at la.mx.develooper.com. I'm afraid I wasn't able to deliver your

Re: Perl Query - Conversion of EXE file

2006-12-06 Thread Jenda Krynicky
From: "Dharshana Eswaran" <[EMAIL PROTECTED]> > Now suppose, a EXE for the Perl Program is created in Windows. > > > The input for the EXE has to be taken from the file provided by the > user.AndThe EXE shud get invoked by just dragging and dropping the > input file on the EXE. > > Assume, the i

Re: Perl Query - Conversion of EXE file

2006-12-06 Thread Dharshana Eswaran
On 12/7/06, Jenda Krynicky <[EMAIL PROTECTED]> wrote: From: "Dharshana Eswaran" <[EMAIL PROTECTED]> > Now suppose, a EXE for the Perl Program is created in Windows. > > > The input for the EXE has to be taken from the file provided by the > user.AndThe EXE shud get invoked by just dragging and d

Re: Checking for infinite loops

2006-12-06 Thread hOURS
Thanks for trying, but this right here is the heart of the matter. I’d be using alarm to time a certain thing. It seems to me, any explanation of how to do that, be it plain English or sample code has to incorporate that thing. My program in a nutshell goes: Blah bla

Error while connecting to database

2006-12-06 Thread kilaru rajeev
install_driver(Oracle) failed: Can't load '/u05/crd.v814/shared/perl/lib/site_perl/5.8.3/sun4-solaris/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1: perl5.8.3: fatal: libclntsh.so.9.0: open failed: No such file or directory at /u05/crd.v814/shared/perl/lib/5.8.3/sun4-solaris/DynaLoade

Re: Error while connecting to database

2006-12-06 Thread kilaru rajeev
Hi All, I got this error while connecting to database with DBD::Oracle module. Could any one help me in this? install_driver(Oracle) failed: Can't load '/u05/crd.v814/shared/perl/lib/site_perl/5.8.3/sun4-solaris/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: ld.so.1: perl5.8.3: fatal: libcln