Simon Perreault <[EMAIL PROTECTED]> writes:
> I just want to get to the value of my cookie, which is a list of two
> strings. I can get the frozen string of the cookie using:
>
> my $cookie = $jar->{CookieID};
>
> However this is not a blessed object, it's only a string.
>
> How can I get my value() method?
$jar->cookie_class("My::Class");
my $cookie = $jar->{CookieID};
--
Joe Schaefer
