Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
In the documentation for the HTML::Parser module it says that in order for the parser to do anything interesting, that one must create a subclass where you override the functions...
The one I'm interesteded in is $self->text($text). I'm just a bit confused as to how to use it to look at the text in the HTML document.
How do I do the overriding? I'm used to it in C++, but this is just a little confusing.
Thanks,
Sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Overriding via a subclass?
by chromatic (Archbishop) on Sep 25, 2000 at 09:53 UTC | |
|
Re: Overriding via a subclass?
by dchetlin (Friar) on Sep 25, 2000 at 18:10 UTC |