in reply to Re: CGI::Session and cookie expiration
in thread CGI::Session and cookie expiration

Update: Didn't read close enough and didn't realize the exercise.

!1, that's when you are running on the console. CGI barks when you try to print two headers, it just outputs the second header into the page.

amt.

perlcheat
  • Comment on Re^2: CGI::Session and cookie expiration

Replies are listed 'Best First'.
Re^3: CGI::Session and cookie expiration
by Seumas (Curate) on Oct 18, 2004 at 22:43 UTC
    And you can actually disable that by setting $CGI::HEADERS_ONCE = 1.