Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. evolutionxbox

    email not being sent

    Hi, I have a cgi script as well... <code> #!/usr/local/bin/perl use CGI; #---------- # Validate: Email sub check_email { local($email, $optional) = @_; if ( (length($email) == 0) && ($optional == 1) ) { return 1; } elsif ( $email !~ /(@.*@)|(\.\.)|(@\.)|(\.@)|(^\.)/ && $email =~...

Part and Inventory Search

Back
Top