in reply to submitting files to a cgi

Is the missing left parens a typo? Also, I try to use single quotes as opposed to double-quotes, though I doubt that is your problem.
print STDOUT $query->start_html(-title=>'CGI', -BGCOLOR=>'#CCDDFF');

cidaris