in reply to Re: CGI, DBI, HTTP, SQL - How does it all fit together?
in thread CGI, DBI, HTTP, SQL - How does it all fit together?
If you want to make an entire application, you might want to look into a web framework. If you have a solid schema, and some time to kill, take a look at catalyst. I once created an inventory database with no front end and was able to build a Catalyst front end on top of it using the tutorial as a reference(Catalyst::Manual::Tutorial).
|
---|