http://www.perlmonks.org?node_id=1233752


in reply to Better way of finding HTML tags positions in HTML string

Re: How do I treat a string like a filehandle?
  • Comment on Re: Better way of finding HTML tags positions in HTML string

Replies are listed 'Best First'.
Re^2: Better way of finding HTML tags positions in HTML string
by phoenix007 (Sexton) on May 14, 2019 at 11:42 UTC

    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