in reply to HTML::TokeParser::Simple advice requested
Ultimately, I think we'll have the following constructors:why not additionally:my $parser1 = HTML::TokePaser::Simple->new($file); works my $parser2 = HTML::TokePaser::Simple->new($file_handle); my $parser3 = HTML::TokePaser::Simple->new_from_scalar($string);
|
|---|