Yes, but:

use Apache::Cookie;

my $cookie = Apache::Cookie->fetch;
my @values = $cookie->value;

returns errors.




>-----Original Message-----
>From: Jason Galea [mailto:[EMAIL PROTECTED]
>Sent: Monday, June 02, 2003 5:56 AM
>To: [EMAIL PROTECTED]
>Cc: modperl
>Subject: Re: Apache::Cookie
>
>
>Have you consulted the documentation?
>
>http://search.cpan.org/author/JIMW/libapreq-1.1/Cookie/Cookie.pm#value
>
>
>cap wrote:
>> i have an application that uses CGI and sets the cookie values 
>as a hashref.
>> im then attempting to retreive the values with Apache::Cookie with:
>> 
>> $cookies = Apache::Cookie->fetch;
>> 
>> $ccokies is a hashref so i should be able to get the individual 
>values with:
>> 
>> $cookies->{uid};
>> 
>> right?  however, this doesn't appear to work.
>> 
>> 
>> 
>> 
>
>

Reply via email to