<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>littlebuddha</author_name>
  <author_url>https://blog.hatena.ne.jp/littlebuddha/</author_url>
  <blog_title>make world</blog_title>
  <blog_url>https://littlebuddha.hatenadiary.org/</blog_url>
  <categories>
    <anon>Perl</anon>
    <anon>CPAN</anon>
    <anon>MySQL</anon>
  </categories>
  <description>#!/usr/bin/perl # 下２行はおまじない use strict; use warnings; # データベースへ接続するためのモジュールを読み込む use DBI; # データソースの登録 my $db_source = 'DBI:mysql:mydatabase'; # ユーザー名 my $user = 'myname'; # パスワード my $pass = 'mypassword'; # SQL ステートメント my $statement = 'SELECT `id` FROM `mytable` LIMIT 0 , 30;'; # データベースへの接続 # 失敗したら、エ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flittlebuddha.hatenadiary.org%2Fentry%2F20080613%2F1213327724&quot; title=&quot;Perl で初めてのデータベース接続(DBI) - make world&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>2008-06-13 12:28:44</published>
  <title>Perl で初めてのデータベース接続(DBI)</title>
  <type>rich</type>
  <url>https://littlebuddha.hatenadiary.org/entry/20080613/1213327724</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
