Help for this page

Select Code to Download


  1. 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;
        }
    
  2. or download this
    if ($f_state eq "null")
        {
    ...
    +    
            }                                                   
    ...
    
  3. or download this
    if (! defined $f_state)
    {
    ...
    
  4. or download this
    if ($f_state eq "")
    {
    ...