in reply to Re: $DBI::errstr is always undef
in thread $DBI::errstr is always undef
According to the docs, $DBI::errstr is a "dynamic attribute", "always associated with the last handle used", and is "Equivalent to $h->errstr." The example in the documentation for connect even uses $DBI::errstr, not DBI->errstr.
|
|---|