in reply to looking for a good tutorial

You should focus on stuff concerning mod_perl/cgi/dbi: mod_perl dbi tutorial

Replies are listed 'Best First'.
Re^2: looking for a good tutorial
by Nevtlathiel (Friar) on Feb 24, 2005 at 08:53 UTC
    Beginning Perl is an excellent book and has chapters on DBI and CGI programming which should give you the basis you need even if they aren't all that detailed. If you've never done any SQL before, I recommend Introdcution to Structured Query language and obviously the documentation for the specific database that you will be using.

    There is also (of course) a wealth of stuff here on perlmonks ;-)