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


in reply to Re^3: Help with RegEx
in thread Help with RegEx

It takes close to 500ms. If I can do it though RegEx isn't that less of hassle.

Replies are listed 'Best First'.
Re^5: Help with RegEx
by Corion (Patriarch) on Jul 01, 2010 at 16:43 UTC

    But you obviously can't do it through regular expressions.

      Is it not possible to doing through RegEx?

        Certainly it is, but it seems to be far beyond your capabilities. Which is why I recommend you use HTML::Parser or HTML::TreeParser. They are quite fast and you haven't shown that the time is actually spend in code from HTML::Parser.

        A reply falls below the community's threshold of quality. You may see it by logging in.