in reply to Re^2: HTML::Parser funin thread HTML::Parser fun
$conf{tags} = [ qw'a area meta ' ]; ...report_tags( @{ $conf{tags} } ); [download]