in reply to Re: 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

You are calling the as_string() method. Your "print" triggers the overload for stringification in CGI::Cookie.
  • Comment on Re: Re: Re: Re: Re: Cookies created via CGI.pm and CGI::Cookie incorrectly made