--- [EMAIL PROTECTED] wrote:
> can you give a syntax example?
Here is a piece of what I'm doing:
if ($clear_cookie eq 'yes') {
my %cookies = fetch CGI::Cookie;
if ($cookies{'id'}) {
$cookies{'id'}->expires('-1s');
p
I'm still having a problem clearing the cookie, or at
least with the browser realizing it has been cleared.
What happens is this: The cookie is set, and my
program behaves as it is supposed to. When I decide
to clear it, I do it and display a form which will
recreate the cookie once the form is
Okay, never mind. There was an error elsewhere in my
code.
Denzil
--- Denzil Kruse <[EMAIL PROTECTED]> wrote:
> I'm still having a problem clearing the cookie, or
> at
> least with the browser realizing it has been
> cleared.
>
> What happens is this: The cookie is set, and my
> program behav