DBI.pm (version 1.38)
358: sub connect {
...
416: unless ($dbh = $drh->$connect_meth($dsn, $user, $pass, $attr)) {
my $msg = "$class->connect($dsn) failed: ".$drh->errstr;
if (ref $attr) {
Carp::croak($msg) if $attr->{RaiseError};
Carp::carp ($msg) if $attr->{PrintError};
}
DBI->trace_msg(" $msg\n");
$! = 0; # for the daft people who do DBI->connect(...) || die "$!";
return undef;
}
...
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
In reply to 3Re: Sqlite DBI $sth->rows
by jeffa
in thread Sqlite DBI $sth->rows
by The_Jesus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |