Re: parse method of HTML::Parser

Christoph Wernli (cw@dwc.ch)
Fri, 23 Feb 2001 17:40:55 +0100


Viena Garcia Acosta wrote:
> 
> I was looking at HTML::Parser code and didn't found the
> parse method, so, where it's supposed to be?

It's an .xs-method => it resides somewhere like 

/usr/lib/perl5/site_perl/5.005/i586-linux/auto/HTML/Parser/Parser.so (depending on your
system, of course, and not very usefull anyway :)

To play around with it you'll have to get HTML-Parser-3.15.tar.gz; look specifically at
hparser.c.

HTH,

-Christoph