Learn ORM in Perl with DBIx::Class

Posted on February 6, 2017. Filed under: Uncategorized | Tags: , , , , , , |

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 )

Teach Makefile.PL to use cpanm

Posted on August 8, 2016. Filed under: Uncategorized | Tags: , , , |

Teach Makefile.PL to use cpanm When writing perl modules, more often than not a few dependencies creep in … which makes it a wee bit awkward when developing the module, because I then have to somehow install these dependencies, and I would rather not get them all over the place but neatly in the module […]

Read Full Post | Make a Comment ( Comments Off on Teach Makefile.PL to use cpanm )

Perl advent calendar 2011

Posted on December 3, 2011. Filed under: Uncategorized | Tags: , , , , , , , , , , , , |

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 )

Five ways to install module prereqs by hand

Posted on August 29, 2011. Filed under: Uncategorized | Tags: , , |

2011-08-13 by dagolden

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...