spikeinc has asked for the wisdom of the Perl Monks concerning the following question:
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Get HTML content
by kennethk (Abbot) on Aug 01, 2013 at 18:38 UTC | |
|
Re: Get HTML content (imagine)
by Anonymous Monk on Aug 02, 2013 at 03:42 UTC | |
by spikeinc (Acolyte) on Aug 02, 2013 at 19:00 UTC | |
|
Re: Get HTML content
by PerlSufi (Friar) on Aug 01, 2013 at 21:23 UTC |