- or download this
ken@titan ~/.module-starter
$ cat config
...
builder: ExtUtils::MakeMaker
plugins: Module::Starter::PBP
template_dir: /home/ken/.module-starter/P532
- or download this
my $dbh = DBI->connect(
"dbi:mysql:$Bod::Variables::db_prefix$env:localhost:3306",
"$Bod::Variables::db_username",
"$Bod::Variables::db_password"
);
- or download this
# Uncomment one of these
# my $bvar = Bod::Variables::->new();
...
$bvar->db_username(),
$bvar->db_password()
);