in reply to Re: Re: Re: Cookies created via CGI.pm and CGI::Cookie incorrectly made
in thread Cookies created via CGI.pm and CGI::Cookie incorrectly made

Hmm, I failed to see that, but it still doesn't make much difference. the as_string() method doesn't seem to be even in the public interface of CGI.pm, I see it in the docs of CGI::Cookie, but it doesn't change anything outputted.

 

-justin simoni
!skazat!

  • Comment on Re: Re: Re: Re: Cookies created via CGI.pm and CGI::Cookie incorrectly made

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Cookies created via CGI.pm and CGI::Cookie incorrectly made
by perrin (Chancellor) on Mar 19, 2003 at 00:26 UTC
    You are calling the as_string() method. Your "print" triggers the overload for stringification in CGI::Cookie.