Can't add cookie to form
Chris Greenhill (CGreenhill@oxxfordinfo.com)
Tue, 06 Mar 2001 12:20:43 -0500
Hello.
When I try to add a cookie header to a request that was generated from
an HTML::Form like so...
$request = $form->make_request;
$cookie_jar->add_cookie_header($request);
I get an error saying
'Can't locate object method "epath" via package "URI::http" at
Cookies.pm line 110'
I looked at the URI::http and Cookie modules but couldn't figure out
what was going on.
The form seems valid and succeeds when I don't try to add a header.
What's wrong?
-Chris