http://www.perlmonks.org?node_id=1047492

spikeinc has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

Am trying something new. I want to collect some stats from a webpage using perl and parse it, and display it as output. The webpage contains a table of stats so when I run the script it should call the method invoked by html get (i can find it using fiddler tool) and then get the content of the table in a string and parse it.

I am kinda new to perl so can anyone help me get started? How can I achive this... thanks.