in reply to Re^4: Should I just print my own HTTP headers?
in thread Should I just print my own HTTP headers?
it's not about the microsecond or so it takes to import CGI that matters (because you're going to be using CGI.pm for other things in your CGI script anyway)
Also, using print "some-header: value" is more fragile when exposed to maintenence programmer tampering
Also, is the functional interface to CGI.pm any quicker if you race it too?
|
---|