>>>>> ""Ing" == "Ing Branislav Gerzo" <[EMAIL PROTECTED]> writes:

"Ing> Problem comes, when I want to cache webpage with forms (POST).

This is strange.  POST requests are not necessarily idempotent, and this is
why caches never cache them.  Perhaps you want to turn these POSTs into GETs
instead, if you know that they are requests that do not change the state of
the server, and then you can use a lower level solution like HTTP::Cache to
transparently cache the requests for WWW::Mechanize to use.

Otherwise, I can't understand why you would be caching a POST!

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

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


Reply via email to