Hi monks.
I am using WWW::Mechanize.
I try to get a web page with $m->get($url).
Everything work good with test pages (I manage to get content from this server).
But when I try to get content from the same server of a 10MB text file with around 150 000 lines, I can't run the script, the script doesn't sucess (no error message) and I must restart my console. (Therefore when I put the 10MB text file in local everything work correctly).
How can I do to get this 150 000 ? In fact I need only the 10 000 last lines of this file whish is update in real time.
Thank you !