in reply to help needed with match multiple lines

I think others have answered your initial question I'd just like to add since it looks like you're trying to parse through some HTML its far easier (and more accurate) to use an HTML parser module instead.

HTML::TokeParser is my favorite for general parsing

  • Comment on Re: help needed with match multiple lines

Replies are listed 'Best First'.
Re^2: help needed with match multiple lines
by Anonymous Monk on Jun 20, 2008 at 18:01 UTC
    Hi,
    Thanks for the help. I'll check on it.

    Best,
    Joice