in reply to How to use perl CGI programs with mysql server?
First of all you are going to need a webserver, I would suggest Apache (if you need help configuring this see the apache documentation as well as How to configure Apache for running perl scripts. and (OT) Configure Apache for CGI).
As for the rest of your question, I'd suggest looking at CGI Programming and using CGI, DBI and HTML::Template (a mini tutorial with example code) from the Web Programming sub section of the tutorials section.
Once you are familiar with these concepts, if you still have any questions/problems let us know.
Hope this helps
Martin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to use perl CGI programs with mysql server?
by Gavin (Archbishop) on Oct 29, 2008 at 10:55 UTC | |
|
Re^2: How to use perl CGI programs with mysql server?
by sanjay nayak (Sexton) on Oct 29, 2008 at 10:01 UTC | |
by marto (Cardinal) on Oct 29, 2008 at 10:08 UTC | |
by cdarke (Prior) on Oct 29, 2008 at 10:28 UTC |