| Next | February 2001 | Slide #47 |
HTML::Parser is an abstract class
$parser = HTML::Parser->new();
$parser->parse($html_text);
$parser->parse($more_html_text);
...
$parser->eof;
Also available:
$parser->parse_file('file.html');
$parser->parse_file(*STDIN);
This example doesn't actually do anything
| Next | ![]() |
Copyright © 2001 M-J. Dominus |