in reply to Re^4: regexp text parsing issue.
in thread regexp text parsing issue.

To be honest, if this were a problem I was facing in my job, I would be looking at the workarounds. I'm serious. There's a reason why so many people here are suggesting workarounds: the straight-forward HTML parsing is so painful that we wouldn't want to rewrite it. Even if you have to grab HTML::Parser and bundle it with your app, that's going to be so much easier and more reliable than regexp's... it'll be worth it.

Replies are listed 'Best First'.
Re^6: regexp text parsing issue.
by Anonymous Monk on Mar 19, 2005 at 06:37 UTC
    Ok you have sold me on HTML::Parser but how would I accomplish this with that module. I have read the docs on it and it seems unable to perform what I am trying to accomplish.