- or download this
unless ( length $f_zip == 5 )
{
...
$f_zip_error = "<font color=\"red\">Zip code cannot be blan
+k and must be 5 digits in length.</font><BR>\n";
$p_Terrors = $p_Terrors + 1;
}
- or download this
if ($f_state eq "null")
{
...
+
}
...
- or download this
if (! defined $f_state)
{
...
- or download this
if ($f_state eq "")
{
...