The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[-
sub error_check {
        $error = <<END if ($units == 0);
To Create a duplicate entry you must first fill in the units field.
END
        }

-]
<HTML>
HELLO
[- error_check -]
[+ $error +]
</HTML>