<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hide-K</author_name>
  <author_url>https://blog.hatena.ne.jp/hide-K/</author_url>
  <blog_title>とほほのN88-BASIC日記</blog_title>
  <blog_url>https://hide-k.hatenadiary.org/</blog_url>
  <categories>
    <anon>moose</anon>
  </categories>
  <description>シンプルなPerl 5でクラスを作る 普通のPerl5 OOでクラスを書くと { package Dog; use strict; use warnings; sub new { my ( $class, %args ) = @_; my $obj = bless { name =&gt; $args{name}, gender =&gt; $args{gender}, }, $class; return $obj; } sub name { my $self = shift; $self-&gt;{name} = shift if @_; return $self-&gt;{name}; } sub gender …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhide-k.hatenadiary.org%2Fentry%2F20080527%2F1211880701&quot; title=&quot;初めてのMoose - Mooseのすすめ - とほほのN88-BASIC日記&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-05-27 18:31:41</published>
  <title>初めてのMoose - Mooseのすすめ</title>
  <type>rich</type>
  <url>https://hide-k.hatenadiary.org/entry/20080527/1211880701</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
