in reply to Re^2: pops, shifts and eqs
in thread pops, shifts and eqs
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;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: pops, shifts and eqs
by davidrw (Prior) on Apr 17, 2006 at 21:29 UTC |