Home : Products : Gossamer Forum : Development, Plugins and Globals :

Products: Gossamer Forum: Development, Plugins and Globals: Re: [petersenj] Write Cookies: Edit Log

Here is the list of edits for this post
Re: [petersenj] Write Cookies
You don't need:

use GT::CGI;

or

use GT::CGI::Cookie;

You are already importing $IN which is your CGI object.

my $cookie = $IN->cookie( ... );

Last edited by:

Paul: Apr 2, 2003, 2:55 PM

Edit Log: