I need to display some values that are stored in a website, for that I need to scrape the website and fetch the content from the table. Any ideas?
If you're familiar with XPath, you can also use HTML::TreeBuilder::XPath. And if you're not... well you should be ;--)