| Next | February 2001 | Slide #49 |
sub start { }
sub end { }
sub text { }
To use HTML::Parser, make a subclass
Your subclass will inherit all of HTML::Parser's methods
It will override the ->start, ->text, and ->end methods
| Next | ![]() |
Copyright © 2001 M-J. Dominus |