Help for this page
if length($cgi->param('fieldname')) == 0 (that means the field is empt +y.)
if ($CGI->param('fieldname') == 0)...
<html <head> ... </form> </body> </html>