Learn ORM in Perl with DBIx::Class
This post will provide a brief hands-on introduction to ORM in Perl using a few DBIx::Class sub classes. In detail, this means we will generate Schema, Result and ResultSet classes (Perl modules) which will be used to interface with a SQLite database. The database will contain a single users table. Once the database has been […]
Read Full Post | Make a Comment ( Comments Off on Learn ORM in Perl with DBIx::Class )Share @INC Paths Between Perls with Perlbrew
2011-12-05 by Chromatic
Read Full Post | Make a Comment ( None so far )Perl advent calendar 2011
Keeping the Packages Neatly Wrapped Up (local::lib) by Ricardo Signes (rjbs) Keeping up with the Joneses (App::cpanoutdated) by Ricardo Signes (rjbs) Keep it Clean (namespace::autoclean) by Ricardo Signes (rjbs) Warn Different (Carp::Always) by Ricardo Signes (rjbs) Stupid Command Line Tricks (perl -M) by Ricardo Signes (rjbs) Make all the combinations (Set::CrossProduct) by Ricardo Signes (rjbs) […]
Read Full Post | Make a Comment ( None so far )A shared perlbrew root for multiple users
2010-12-07 by gugod
Read Full Post | Make a Comment ( None so far )Shebangs with perlbrew aliases and EUMM (and without local::lib)
2011-9-04 by Randy Stauner
Read Full Post | Make a Comment ( 1 so far )