Re: how to get source of of web page which is hosted on the server (which I dont have access).
- From: mwhipple@xxxxxxxxxxxxxx (Matthew Whipple)
- Date: Tue, 30 Oct 2007 16:25:02 -0400
Siva Prasad wrote:
Make sure that you're not trying to read all 177 links (especially if
HI Gurus,
I am opening a web page using win32::IEAutomation and clicking each
link on the page and reading data.(This page has 177 links).
The above processes occupy more memory,
you're descending further down those links) at a time and that memory is
freed or reused upon each return to the top page. I'd probably also
look for some recursive wget style app to get the source first since
that's quite a bit of network traffic.
After some time the page is unable to load and the script gives me
READY STATE error.
I have used WaitforDone(); but still no luck.
I tried LWP::Simple and LWP::UserAgent to read the content, But the it
throws me *“unable to get the source of the page”.*
* *
I don’t have access to the server on which pages are hosted.
Is there any other way to read the source of the page from the server
on which I don’t have a account?
Thanks,
PP
.
- References:
- Prev by Date: Re: Split function
- Next by Date: Re: Perl 5.8.6 bug in open()?
- Previous by thread: Re: how to get source of of web page which is hosted on the server (which I dont have access).
- Next by thread: Include variables from external perl script
- Index(es):
Relevant Pages
|