Lines Matching refs:Cookie
1606 my $cs = UNIVERSAL::isa($_,'CGI::Cookie') ? $_->as_string : $_;
1607 push(@header,"Set-Cookie: $cs") if $cs ne '';
1665 unshift(@unescaped,'-Cookie'=>$cookie) if $cookie;
2900 # Cookie can then be passed to header().
2916 require CGI::Cookie;
2922 $self->{'.cookies'} = CGI::Cookie->fetch;
2943 return CGI::Cookie->new(@param);
3189 require CGI::Cookie;
3192 $self->{'.raw_cookies'} = CGI::Cookie->raw_fetch
7569 method from the CGI::Cookie module.