lwp
How can I make LWP::UserAgent look like another browser?
This is my first post on SO, so be gentle. I\'m not even sure if this belongs here, but here goes. I want to access some information on one of my personal accounts. The website is poorly written and[详细]
2022-12-18 09:09 分类:问答How can I determine the download speed and amount from LWP::Simple's getstore()?
When using the perl module LWP::Simple, is there a simple way to determine the speed and amount downloaded by a single getstore() invocation?This would be useful for obs开发者_JAVA百科erving the statu[详细]
2022-12-12 18:10 分类:问答making LWP Useragent faster
I need to perform a large number of HTTP post requests, and ignore the response. I am currently doing this using LWP::UserAgent. It seems to run somewhat slow though I am not sure if it is waiting for[详细]
2022-12-10 04:08 分类:问答