http://www.perlmonks.org?node_id=263190


in reply to Re: CGI Redirect with Status
in thread CGI Redirect with Status

Those aren't "hardwired". Those are merely defaults.
$ perl -MCGI=redirect -e 'print redirect(-status => 301, -url => "http +://www.perlmonks.com")' Status: 301 Location: http://www.perlmonks.com $

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.