in reply to check if DBI is still connected

You can check the state on the handle if you are using DBI.

$sth->state
Grtz,

Critter: A domestic animal or a non-predatory wild animal.

Replies are listed 'Best First'.
Re^2: check if DBI is still connected
by gepebril69 (Scribe) on Apr 05, 2012 at 12:32 UTC
    This option $sth->state don't work here.

    It always returns empty strings, once the variable has been used.

    using:
    strawberry 5.12.3.0
    DBI 1.618

      $dbh->ping does work