in reply to CGI->redirect() won't, it seems.

use CGI; print CGI->header( qw, uri uri status status , ); __END__ Status: uri Window-Target: status Set-Cookie: status Date: Sat, 30 May 2009 01:49:36 GMT Content-Type: uri
CGI

Replies are listed 'Best First'.
Re^2: CGI->redirect() won't, it seems.
by Burak (Chaplain) on May 30, 2009 at 15:01 UTC
    You'll need the dashes if $CGI::VERSION < 3
      unless you want to reference the manual for the order of options, stick to dashes :)