in reply to Re: a classic : 'Premature end of script headers' problem
in thread a classic : 'Premature end of script headers' problem
#!/usr/bin/perl # consent.cgi use CGI::Carp 'fatalsToBrowser'; use strict; use warnings; use CGI qw(:standard); use Fcntl ':flock'; ...
|
|---|