cgi files - TechRepublic
General discussion
January 13, 2003 at 04:43 PM
jaboy78

cgi files

by jaboy78 . Updated 23 years, 5 months ago

i have a cgi files. when i click submit the cgi files will appear “thanks for your comment”. the below is my cgi files

use CGI qw(:all);

print header;
print start_html(“Form submitted.”);
print br();
print (“Thanks for your comment”);
print end_html;

how to put a link below so that the user can click and link to our home webpage??

What comment should i put??

This discussion is locked

All Comments