First of all is there a website that you recommend as a reference guide or
manual to topics like what you are explaining below?
Second, how does one go about tying in a cgi script to a submit button and
how would I go about making the 'submit' button capable of deleting a table
when a user pre
Hi Scott,
I am in the same boat like Matthew here.
Do you have any examples to implement selection list boxes, text boxes, as
well as checkboxes?
I'd just like to see how you would do that using this style of html:
use CGI; # use CGI.pm
$q = new CGI; # initiate a new CGI object
$q->header