[Mon Feb 26 21:50:56 2001] [error] [client 10.108.1.210] Premature end of script headers: /home/alex/public_html/cgi-bin/tasks.cgi #### #!/usr/bin/perl ################## # tasks.cgi - handles jobs and allocation of jobs ################## require 'parsform.cgi'; require 'common.pl'; use DBI; use Time::localtime; use MIME::Base64; # use strict; # Declare FORM hash # my %FORM;