Hello Monks,
I am using WWW::Mechanize to interact with a website. I have used 'get' method to get the html content of the website. Now i am trying to use HTML::Parser to remove few of the tags that are in the html content. Does anyone has any example of how can i pass the $mech->content to parse method in HTML::Parser.
I am trying to use the below code.