<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>unau</author_name>
  <author_url>https://blog.hatena.ne.jp/unau/</author_url>
  <blog_title>昨日知ったこと</blog_title>
  <blog_url>https://unau.hatenadiary.org/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>配列の場合は $array[リスト] と添字を指定して新たなリストが作れる。 $ perl -e '@x=(0..5);@y=@x[2,1,4];print @y' 214 ハッシュの場合も $hash{リスト} とキーを指定して新たなハッシュを作るか、そのキーの値のリストができるかすると嬉しい。 [takeyuki@sunya ~]$ perl -e '%x=map{$_=&gt;$_x2}(0..5);@y=%x{2,1,4};print @y' syntax error at -e line 1, near &quot;%x{&quot; Execution of -e aborted due to compil…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Funau.hatenadiary.org%2Fentry%2F20100227%2F1267274591&quot; title=&quot;$hash{ リスト } と書けないので - 昨日知ったこと&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>2010-02-27 21:43:11</published>
  <title>$hash{ リスト } と書けないので</title>
  <type>rich</type>
  <url>https://unau.hatenadiary.org/entry/20100227/1267274591</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
