Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I'm new to PERL. I'm looking for code samples where I can insert or delete records in mySQL using FORMS in HTML and using PERL-CGI for my backp-end. How do I do that? I hope there's anybody who got helpful ideas. :)

Replies are listed 'Best First'.
Re: Linking Forms with CGI
by jjhorner (Hermit) on Jun 14, 2000 at 15:44 UTC
      Thanks a lot! I find the links you provided very helpful!
        I was just thinking, by the way. The examples I've seen, so far,created forms within the PERL-CGI script itself. But I have a ready ".htm" file which is a form whic I created in Dreamweaver 3. And I have this certain database in mySQL. Is it possible for me to use the FORM I created in Dreamweaver, and just call the cgi file to process the form?
Re: Linking Forms with CGI
by wonko (Pilgrim) on Jun 15, 2000 at 10:46 UTC
    If you run into more troubles I have som example code. Feel free to mail me

    /wonko