Skip to content

Instantly share code, notes, and snippets.

@xenoterracide
Created October 18, 2013 20:29
Show Gist options
  • Select an option

  • Save xenoterracide/7047751 to your computer and use it in GitHub Desktop.

Select an option

Save xenoterracide/7047751 to your computer and use it in GitHub Desktop.
Mostly Hard coded dependency
package ProductVariant;
...
sub _load_categories {
...
my $config = Config::Merge->new('/path/to/config');
my $dbh = DBI->connect( $config->('db.dsn'), $config->('db.user'), $config->('db.pass') );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment