unless ( length $f_zip == 5 ) { $f_zip_error = "Zip code cannot be blank and must be 5 digits in length.
\n"; $p_Terrors = $p_Terrors + 1; } #### if ($f_state eq "null") { $f_state_error = "State may not be blank.
\n"; $p_Terrors = $p_Terrors + 1; + } ... ##
## if (! defined $f_state) { ... #### if ($f_state eq "") { ...