$html_parser->report_tags( split '\s+', 'a area meta' );
could also be coded as:
$html_parser->report_tags( qw(a area meta) );
In reply to Re: HTML::Parser fun
by toolic
in thread HTML::Parser fun
by FreakyGreenLeaky
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |