package LSRfm::DBI; use strict; use warnings; use base qw(Class::DBI); use Apache::Reload; use LSRfm::Config; my $config = $LSRfm::Config::DATABASE; LSRfm::DBI->connection("dbi:mysql:host=$config->{host};database=$confi +g->{name}", $config->{dbuser}, $config->{dbpasswd}); 1;
In reply to Re^3: pops, shifts and eqs
by barrycarlyon
in thread pops, shifts and eqs
by barrycarlyon
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |