#!/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;