©Mike Moxcey 1999

Checking Data Existence

Here is a very minimal check for if data was entered.

The FieldRequiredError subroutine
returns an error page with the name of the field.

The routine is contained within my oratut.pl script.

if (length($name) < 1) {&FieldRequiredError('Name')}


home next