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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl & CGI

Status
Not open for further replies.

efrain

Programmer
May 17, 1999
35
US
    Working with an intranet trying to set up a form e-mailer.  From what I can gather - I would need a Perl Interpreter on the server and a CGI script to be able to use forms on a web page and have those responses either saved or sent to a e-mail inbox.  Am I on the right track or am I missing something?  Is Perl a free download?  Do most web servers already have these CGI scripts and a Perl interpreter on them?  Where can I get free CGI scripts?  Thank-you.
 
Perl is a free download try <A HREF=" TARGET="_new"> - some good info there to.<br><br>For your mailer you would want to use the Mail::Sender module.<br><br>Most Web Servers will not come with a Perl Interperter.<br><br>Be sure to get the documentation on the module above.<br>I would suggest you get Steve Litt'sm PERL's of Wisdom from <A HREF=" TARGET="_new"> hope this helped
 
Just use the mailto agent in your form statement as follows...<br><br>&lt;FORM action=&quot;mailto:<A HREF="mailto:Kligor.T@gee.whiz.com">Kligor.T@gee.whiz.com</A>&quot; method=&quot;post&quot;&gt;<br>&nbsp;...form contents...<br>&nbsp;&lt;/FORM&gt;<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top