<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ZIGOROu</author_name>
  <author_url>https://blog.hatena.ne.jp/ZIGOROu/</author_url>
  <blog_title>日向夏特殊応援部隊</blog_title>
  <blog_url>https://zigorou.hatenablog.com/</blog_url>
  <categories>
    <anon>Perl</anon>
    <anon>DBI</anon>
  </categories>
  <description>d:id:ZIGOROu:20090814:1250262134 のさらに続編です。 現在接続している dbh 全てを disconnect したい場合 use strict; use warnings; use DBI; ### なんかいっぱい接続したりとかする my %drhs = DBI-&gt;installed_drivers; for my $drh ( values %drhs ) { for my $dbh (@{$drh-&gt;{ChildHandles}}) { eval { $dbh-&gt;disconnect; }; } } こんな感じ。永続環境で1リクエストをさばく間は DBI-&gt;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fzigorou.hatenablog.com%2Fentry%2F20091125%2F1259163476&quot; title=&quot; 生 DBI ユーザーのための DBI Cookbook (3) - 日向夏特殊応援部隊&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-11-25 00:37:56</published>
  <title> 生 DBI ユーザーのための DBI Cookbook (3)</title>
  <type>rich</type>
  <url>https://zigorou.hatenablog.com/entry/20091125/1259163476</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
