in reply to CGI::Cookie issues
from the CGI docs
print $query->header(-cookie=>$cookie);
This will not prevent it from printing to the screen when run as a command line program - since CGI uses STDOUT for it's content. You could disable from the command line by checking the $query->request_method() a command line invocation should IIRC not return anything
| Mynd you, mønk bites Kan be pretti nasti... |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: CGI::Cookie issues
by sdyates (Scribe) on Nov 21, 2002 at 03:36 UTC |