in reply to Regular Expression Matching Issue

Just last year, we had a very similar problem here, at Pattern Search on HTML source., which got some good answers. Maybe you can use the answers given there.

Replies are listed 'Best First'.
Re^2: Regular Expression Matching Issue
by Anonymous Monk on Jan 02, 2008 at 19:41 UTC
    I went there, I am trying to use regular expressions for this, trying not to use any modules like HTML::Parser or XML::XPath.