in reply to HTML::TokeParser::Simple advice requested
my $parser1 = HTML::TokePaser::Simple->new($file); my $parser2 = HTML::TokePaser::Simple->new($file_handle);
See also (XML::Parser) Finding and fixing a bug. Please think twice before implementing a hybrid interface. Even if you do know how to code bug-free, do you really need it, or can you add one argument in front that indicated how the second one should be treated?
Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HTML::TokeParser::Simple advice requested
by Ovid (Cardinal) on Aug 13, 2004 at 20:48 UTC |