<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>amado</author_name>
  <author_url>https://blog.hatena.ne.jp/amado/</author_url>
  <blog_title>雨谷の日和</blog_title>
  <blog_url>https://amado.hatenablog.com/</blog_url>
  <categories>
    <anon>ボヤキ - ゲーム</anon>
  </categories>
  <description>受け取ったパラメータは、先日も書いたように、以下のような形で渡されます。 date=20040929&amp;name=Alice従って、今度はこれを使い易いように切り分けないといけないわけです。 ということで、以下のようにして連想配列に格納してみます。 @pairs = split( /&amp;/, $query ); foreach $pair (@pairs) { local($name, $value) = split(/=/, $pair); $Query_Tbl{ $name } = $value; }まずはqueryに格納されている文字列を「&amp;」でsplitしてやり、パラメータの名前と値をpa…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Famado.hatenablog.com%2Fentry%2F20040929%2Fp1&quot; title=&quot;人狼ＢＢＳ作成日記３２ - 雨谷の日和&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>2004-09-29 00:00:00</published>
  <title>人狼ＢＢＳ作成日記３２</title>
  <type>rich</type>
  <url>https://amado.hatenablog.com/entry/20040929/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
