in reply to what is $h in the dbi

See sixth line in the 'Notation and Conventions' section of DBI:
    $h    Any of the handle types above ($dbh, $sth, or $drh)

Replies are listed 'Best First'.
Re^2: what is $h in the dbi
by ikegami (Patriarch) on Dec 22, 2010 at 17:07 UTC
    It wouldn't surprise me if the string "DBI" even worked, but it's not documented.
      It wouldn't surprise me if the string "DBI" even worked, but it's not documented.

      What'choo talkin' 'bout, ikegami?

        e.g., DBI->errstr. But yeah, ignore what I said. I thought it would be a useful tidbit at the time, but I don't think so anymore.