in reply to What is the fastest way to parse HTML?

Hi folks, Sounds like a similar problem I'm having. I'm fresh to the programming worls, so I ask for your collecitve patience! I'm using regexes to scan HTML source files and remove certain tags, such as image tags, to improve readability for Web users with poor vision (my MSc project). Can I import HTML::Parser to help me in this task? Cheers, Richard
  • Comment on Re: What is the fastest way to parse HTML?

Replies are listed 'Best First'.
Re: What is the fastest way to parse HTML?
by Abigail-II (Bishop) on Jul 24, 2003 at 09:29 UTC
    What was your impression after reading the manual page of HTML::Parser? Can it help you with your task?

    Abigail