On Mon, 2003-06-02 at 16:30, cap wrote:
> Yes, but:
> 
> use Apache::Cookie;
> 
> my $cookie = Apache::Cookie->fetch;
> my @values = $cookie->value;
> 
> returns errors.

The value() call isn't meant to be used with fetch().  Your original
example looked fine to me.  What was not working about it?  Did you
verify that there was an actual cookie header coming in?

- Perrin

Reply via email to