Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -Tw
    
    ...
                    p(i($error_message)) .
                    end_html;
    }
    
  2. or download this
    sub isHostValid{
            my $host = shift;
    ...
              
              return 0;
    }
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
                    p(i($error_message)) .
                    end_html;
    }