in reply to Re^2: HTML::Parser fun
in thread HTML::Parser fun

$conf{tags} = [ qw'a area meta ' ]; ...report_tags( @{ $conf{tags} } );