Girocco/CGI.pm: allow the output header to be suppressed
commitb5454c3dd9c98c96de63862e784f249fbc3fb42d
authorKyle J. McKay <mackyle@gmail.com>
Fri, 11 Sep 2020 23:14:54 +0000 (11 16:14 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 11 Sep 2020 23:14:54 +0000 (11 16:14 -0700)
treed3ca8fe76eff36547f0b65d4013a331a432624f4
parent752337dd04f34da00c4b25f1e8217e408b2f677b
Girocco/CGI.pm: allow the output header to be suppressed

When attempting to pre-format output pages, it's most inconvenient
to have to strip off the response header(s).

Provide a new function Girocco::CGI::enableHeader that can be
called with a "false" value prior to calling the Girocco::CGI::new
function that will suppress output of any response headers.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/CGI.pm