in reply to Re: Better way of finding HTML tags positions in HTML string
in thread Better way of finding HTML tags positions in HTML string

HTML::TagReader only accepts filename in string scalar. And open file by its own. Does not accepts file handles. So this will not work for HTML::TagReader

  • Comment on Re^2: Better way of finding HTML tags positions in HTML string