Can't get HTML::parser::3.36 from ppm ??? and CPAN build fails.. help!

2004-08-04 Thread Leo, Paul (NIH/NHGRI)
Could not find this topic in the archives...so here goes   I'm trying to get the CPAN module HTML::parser::3.36 but this is not available via ppm (surprised!)!!. I can download it fom CPAN but the make fails . I am using Nmake15.exe has anyone encountered this problem. Got a sol

HTML::Parse or HTML::Parser?

2003-12-12 Thread Peter Davis
I've found both HTML::Parse and HTML::Parser on CPAN. Both seem reasonably current. Has anybody found reasons to prefer one to the other? My application is to parse the HTML part of e-mail messages, and to strip out potentially dangerous content such as fetches of remote images, scripts

Re: HTML::Parser

2003-10-16 Thread michael higgins
t;loadable objects" under 'auto' --> ||| <-- C:/Perl/site/lib/auto/HTML/Parser/Parser.exp C:/Perl/site/lib/auto/HTML/Parser/Parser.bs C:/Perl/site/lib/auto/HTML/Parser/Parser.dll C:/Perl/site/lib/auto/HTML/Parser/.packlist C:/Perl/site/lib/auto/HTML/Parser/Parser.

RE: HTML::Parser

2003-10-16 Thread Lynn. Rickards
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Noushad Dawood > Sent: Thursday, October 16, 2003 11:25 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: HTML::Parser > > > > Lynn, > > I&

RE: HTML::Parser

2003-10-16 Thread Noushad Dawood
Lynn, I've 2 sets of lib. May be it is conflicting. Now I've removed site. Still not okay with HTML::Parser. Here is the new error message. Can't locate loadable object for module HTML::Parser in @INC (@INC contains: c:/perl/5.6.1/lib .) at c:/perl/5.6.1/lib/HTML/Entit

RE: HTML::Parser

2003-10-16 Thread Lynn. Rickards
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Noushad Dawood > Sent: Thursday, October 16, 2003 10:14 AM > To: [EMAIL PROTECTED] > Subject: HTML::Parser > > > I don't know why this error still comes up

HTML::Parser

2003-10-16 Thread Noushad Dawood
I don't know why this error still comes up? I got all these files properly installed in my perl lib directory. I'm stuck with this. Can some one help me resolve this please? Thanks and regards, /nd Can't locate loadable object for module HTML::Parser in @INC (@INC contains: c:/p

Re: Help with HTML::Parser

2003-02-26 Thread Malcolm Debono
I ran the PPM> verify --force which upgraded about four packages so I assume everthing is okay. I ran the script, * use strict; use HTML::Parser(); open(OUTFILE,">out2.txt") || die("can not open file because $!"); sub start_handler { if($_[0] eq 'input&

RE: Help with HTML::Parser

2003-02-24 Thread Scot Robnett
Use ppm to verify your installation is up to date. C:\WINNT\SYSTEM32> ppm PPM interactive shell (2.1.5) - type 'help' for available commands. PPM> verify HTML::Parser Package 'HTML-Parser' is up to date. PPM> If it says

Re: Help with HTML::Parser

2003-02-24 Thread Malcolm Debono
Thanks for emails. Can you please let me know how to uninstall the HTML::Parser. Then I will reinstall it. This email may be duplicated. Malcolm - Original Message - From: "Scot Robnett" <[EMAIL PROTECTED]> To: "Malcolm Debono" <[EMAIL PROTECTED]>;

RE: Help with HTML::Parser

2003-02-24 Thread Scot Robnett
EMAIL PROTECTED] Behalf Of Scot Robnett Sent: Monday, February 24, 2003 9:11 AM To: Malcolm Debono; [EMAIL PROTECTED] Subject: RE: Help with HTML::Parser Is HTML::Parser in your Perl path? If not, right underneath your shebang line, do BEGIN { unshift(@INC,"/path/to/HTML") # Parser.pm is

RE: Help with HTML::Parser

2003-02-24 Thread Scot Robnett
Is HTML::Parser in your Perl path? If not, right underneath your shebang line, do BEGIN { unshift(@INC,"/path/to/HTML") # Parser.pm is under the HTML directory and # Perl will automatically find recursively } Otherwise I think there may be an issue with your HTML::Parser installatio

Help with HTML::Parser

2003-02-24 Thread Malcolm Debono
Help please. I am getting an error. I don't know if the code is right Can't locate auto/HTML/Parser/.al in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/site/lib/HTML/Parser.pm line 82 or if I use ('$content') #line 22 Can't locate auto/HTML/P

Re: HTML::Parser question

2002-09-26 Thread Ron Grabowski
> use strict; > use HTML::Parser 3.00 (); Thank you for posting some HTML::Parser code. For as long as I've been doing Perl I've only seen "real" HTML::Parser code a handful of times. People are quick to say "just use HTML::Parser". If most people are anythi

RE: HTML::Parser question

2002-09-25 Thread Joseph P. Discenza
Frederic Bournival wrote, on Wednesday, September 25, 2002 11:14 AM : i will answer myself, may be it will help someone: I'm sure it'll help someone; but I've got something that'll help you. : #// Repeat a character : sub repStr { : my $car = shift; : my $number = shift; : my $

Re: HTML::Parser question

2002-09-25 Thread Frederic Bournival
somebody already have fun with this ? # And here is my answer: #!/usr/bin/perl use strict; use HTML::Parser 3.00 (); #// Repeat a character sub repStr { my $car = shift; my $number = shift; my $str; for (my $ctr

HTML::Parser

2000-11-06 Thread Lee Goddard
Has anyone already sub-classed HTML::Parser to return all the text at the current location, rather than a silly little chunch? Thanks, lee ___ Perl-Win32-Users mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/perl-win32