sub printHTMLCellLeft { my ($file) = shift ; my ($value) = shift ; if (!defined $value) $value = " "; print $file "" . $value . "\n" ; }