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 3:45 PM: > On Fri, Feb 17, 2012 at 4:38 PM, Bill McCormick<[email protected]> wrote: >> Anyway, I need to get a CGI/SQLite app up and running quickly; wondering if >> there might be a more complete example out there or a heading in the right >> direction? > It sounds like you're looking for this: > http://www.perl.com/pub/2003/07/15/nocode.html > > I've replaced Class::DBI with Rose::DB::Object these days, but > otherwise it's a good intro. 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. I suppose I'll have to really did into it and try to make it work. 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. Thanks!!