http://www.perlmonks.org?node_id=72986


in reply to Re: Loging a user out with CGI and Cookies?
in thread Loging a user out with CGI and Cookies?

Hi Merlyn,
maybe I am wrong but I thing that there is litle mistake in your code. Line 34:

my $cache = File::Cache->;new({namespace => 'cookiemaker',

Should be without ";":

my $cache = File::Cache->new({namespace => 'cookiemaker',

This probabably happened by copying line 33.

Your servant Li Tin O've Weedle
mad Tsort's philosopher