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 derfloh 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. thevenerablez

    PERL Script Returning Error 500

    Hi, I am new to PERL coding and I am stuck on my first CGI script. I am trying to make an email form work. Here is my script: #!/usr/local/bin/perl -wT use strict; use CGI ':standard'; my ($to, $from, $name, $subject, $contents); print "Content-type:text/html\n\n"; $to = param('to'); $from...

Part and Inventory Search

Back
Top