Re: CGI example
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.template-toolkit |
|---|---|
| Message-ID | <CAC0_be2ZWS7jq0ik+OzG-qtfz=RnofzfDRTR0GQB0PXGNXE=Jg@mail.gmail.com> |
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. - Perrin