<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>unyaunya7</author_name>
  <author_url>https://blog.hatena.ne.jp/unyaunya7/</author_url>
  <blog_title>色々メモにっき</blog_title>
  <blog_url>https://unyaunya7.hatenadiary.org/</blog_url>
  <categories>
    <anon>Perlモジュール：DB関係</anon>
    <anon>MySQL</anon>
  </categories>
  <description>接続 use DBI; $db = DBI -&gt; connect('DBI:mysql:server_name','user_name','passwd') || die &quot;$!&quot;; eval{ $sth = $db -&gt; prepare(命令文); $sth -&gt; execute; $sth -&gt; finish; $db -&gt; disconnect; }; if($@){ $db -&gt; rollback; $db -&gt; disconnect; } 取り出したとき # select * from table where id = 1 # という命令のとき（重複を省きたいときはselect di…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Funyaunya7.hatenadiary.org%2Fentry%2F20071103%2F1194249192&quot; title=&quot;DBI - 色々メモにっき&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>2007-11-03 16:53:12</published>
  <title>DBI</title>
  <type>rich</type>
  <url>https://unyaunya7.hatenadiary.org/entry/20071103/1194249192</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
