My problem is 'Out of memory' error when i want to 'submit' page, with 'form' where i put an address to a file. When file is bigger then maybe 70 MB error occure.
I use to done that WWW:Mechanize and LWP in both it occures.
If I am not wrong, problem is in loading file to an object. And i don't know how to solve it...
I've found something like this:
I use to done that WWW:Mechanize and LWP in both it occures.
If I am not wrong, problem is in loading file to an object. And i don't know how to solve it...
I've found something like this:
:content_file => $filename
:content_cb => \&callback
:read_size_hint => $bytes
But it's only to SAVE page in a file if i am not wrong ?
:content_cb => \&callback
:read_size_hint => $bytes
Comment