I am creating an automated statistics report for my website. The stats are from LiveStats 5.0 (from DeepMetrix). The links within are dynamic and created on-the-fly even if you are browsing old statistics. Therefore I plan on retrieving a URL, parsing the HTML, and then submitting the link I want. (Hope that made sense...)
I am using the following code to retrieve the URL, which I found in the ActiveState documentation:
$request = HTTP::Request->new(GET => '
I am not yet into how to submit or parse, right now I am just trying to get the contents of the URL stored in $request. So far this bit of code has not done me much good, I get errors when I run it*. I realize I am not very far along and am asking for a lot of help and I appreciate all responses. Thanks.
*Sorry I can't provide the errors at this moment.
I am using the following code to retrieve the URL, which I found in the ActiveState documentation:
$request = HTTP::Request->new(GET => '
I am not yet into how to submit or parse, right now I am just trying to get the contents of the URL stored in $request. So far this bit of code has not done me much good, I get errors when I run it*. I realize I am not very far along and am asking for a lot of help and I appreciate all responses. Thanks.
*Sorry I can't provide the errors at this moment.