Forum Moderators: open
I have three questions:
1) Would using a MySQL database be more effieient when the site traffic starts to pick up. I think the flat file stuff would only be appropriate for low volume sites.
2) Is there a recommended book or web site that has some good examples of using MySQL databases on perl? I have never used perl to access a database so I don't know how hard it will be. I don't consider a flat text file to be a "real" database. All my current dynamic web pages are generated in perl using HTML::template
3) Are there some freeware or low cost apps or "other" solutions for getting the data in the MySQL database? Maybe a generic html-based data entry utility?
For a book check out "Programming the Perl DBI"
[oreilly.com...]
and
"MySQL and Perl for the Web"
[amazon.com...]
If you want to be able to 'easily' work with data in a MySQL database I recommend PHPMyAdmin
[phpmyadmin.net...]
This is like a web-based GUI for MySQL and is actually included in a lot of hosting accounts and is especially good for database beginners who want to 'get a feel' for what goes on with tables, keys, etc.