azool has asked for the wisdom of the Perl Monks concerning the following question:
returns:my $dbh = DBI->connect("dbi:mysql:table","user","password", {AutoCommit => 1, RaiseError => 1}) or die die "Can\'t connect: ",$DBI::errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't locate object method...
by elbie (Curate) on Apr 18, 2002 at 19:32 UTC | |
by Anonymous Monk on Apr 19, 2002 at 16:45 UTC | |
|
Re: Can't locate object method...
by particle (Vicar) on Apr 18, 2002 at 19:21 UTC | |
by chromatic (Archbishop) on Apr 18, 2002 at 22:51 UTC |