in reply to Re: HTML::Parser fun
in thread HTML::Parser fun
with subsequent use as:# this is actually read in from a conf file $conf{tags} = 'a area meta';
qw// doesn't allow variable interpolation, is there an alternative syntax to using split to get the list?$html_parser->report_tags( split '\s+', $conf{tags});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: HTML::Parser fun
by Anonymous Monk on Jun 18, 2008 at 10:13 UTC |