Re: CGI example
Bill McCormick <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.template-toolkit |
|---|---|
| Message-ID | <[email protected]> |
Perrin Harkins wrote, On 2/17/2012 5:01 PM: > 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. > I've been away from Perl for a few years. Having previous experience the DBI and DBD:x, that's where I picked up again. However, looking at the perldoc for Class::DBI, it seems like it will be very useful. But I want to use something very light weight; if Rose is more light, that I would consider that. Given that the article is written around Class::DBI, I would move forward changing as little as possible. Thanks!!