<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sironekotoro</author_name>
  <author_url>https://blog.hatena.ne.jp/sironekotoro/</author_url>
  <blog_title>sironekotoroの日記</blog_title>
  <blog_url>https://sironekotoro.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>第６章 ライブラリを取り込むrequire なるほど リストの要素である、数字の重複を排除する、というサブルーチン uniq my @arr = ( 5, 4, 7, 4, 5, 7, 4, 3 ); sub uniq { my @in = @_; my %out = (); foreach my $in (@in) { $out{$in} = 1; } my @return = keys %out; } print uniq(@arr); #4375 配列をハッシュの key にして、その値に固定値で1を入力する。 よくある でも、プログラムを学ぶ前だと分からなかったと思う。 準備された u…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsironekotoro.hateblo.jp%2Fentry%2F2016%2F04%2F16%2F150858&quot; title=&quot;すぐわかる オブジェクト指向 Perl 第６章 、第７章 - sironekotoroの日記&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>2016-04-16 15:08:58</published>
  <title>すぐわかる オブジェクト指向 Perl 第６章 、第７章</title>
  <type>rich</type>
  <url>https://sironekotoro.hateblo.jp/entry/2016/04/16/150858</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
