Re: CGI example
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.template-toolkit |
|---|---|
| Message-ID | <CAC0_be2hZCyPDG64PXyyAdCE83ZxBgXmMQ7XcKVB03P+bnQFSA@mail.gmail.com> |
On Fri, Feb 17, 2012 at 5:51 PM, Bill McCormick <[email protected]> wrote: > Yes, I think that's what I'm looking for, except for the part where (it > seems) he leaves out a lot of details; like there see to be no examples of > DB updates via CGI. If you don't know how to update a database in Perl yet, I'd suggest picking up a beginners book and heading over to http://learn.perl.org/ for more extensive help. > There are a lot of new things for me like Class:DBI. I'll be > using Class:DBI::SQLite, so hopefully that won't cause me any grief. I'd suggest that you use Rose::DB::Object instead, or DBIx::Class if you prefer. But if you're still learning how to work with databases you might prefer direct SQL using DBI. - Perrin