Siva Prasad wrote:
>
> 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,
>
Make sure that you're not trying to read all 177 links (especially if
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
>
>  
>
>  
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to