HTML::Parser line numbers

Brian Slesinsky (bslesins@best.com)
Thu, 22 Jan 1998 16:01:28 -0800 (PST)


Hi, I created a subclass of HTML::Parser that keeps track of which
character and line it's at in the input file.  There's a lot of duplicate
code because I had to copy the parse() method and modify it.  Perhaps
you'd like to merge the changes back into HTML::Parser?  Line number info
might be useful for others (e.g. for printing error messages). 

----------------------------------------------------------------------
Brian Slesinsky