このドキュメントの内容は、以下の通りです。 Perl DBI関連記事 Perl DBIのSQLでDBの接続を切断するためにdisconnectを呼んだら、アクティブなステートメントハンドルがあるとエラーが出ました。 DBI::db=HASH(0x826faec)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at db.pl line 31. closing dbh with active statement handles at db.pl line 31. たまにしか書かないので、よく忘れるのが finish の呼び出しです。 #!/usr/local/bin/perl -w