Skip to content

Instantly share code, notes, and snippets.

@zby
Created January 5, 2011 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zby/766591 to your computer and use it in GitHub Desktop.
Save zby/766591 to your computer and use it in GitHub Desktop.
After DI
package MyClass;
sub new {
my ( $class, $dbh );
my $self = bless { dbh => $dbh }, $class;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment