<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chaichanPaPa</author_name>
  <author_url>https://blog.hatena.ne.jp/chaichanPaPa/</author_url>
  <blog_title>旧燈明日記</blog_title>
  <blog_url>https://chaipa.hateblo.jp/</blog_url>
  <categories>
    <anon>Perlノート</anon>
  </categories>
  <description>矢印演算子『-&gt;』は、リファレンスをデリファレンスする場合に使用します。 たとえば、スカラー変数 $x に無名配列のリファレンスが代入されているとします。 そのとき、無名配列の0番目の要素を表示するには、以下のようになります。 my $x = [1,2,3]; print ${$x}[0], &quot;\n&quot;; # 0番目の要素を表示 print $x-&gt;[0], &quot;\n&quot;; # 0番目の要素を表示 また、配列変数 @y の要素に無名配列のリファレンスが代入されているとします。 そのとき、無名配列の0番目の要素を表示するには、以下のようになります。 my @y = ([1,2,3]); print $…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchaipa.hateblo.jp%2Fentry%2F20081017%2F1224240903&quot; title=&quot; Perlでの矢印演算子『-&amp;gt;』の省略について - 旧燈明日記&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>http://ecx.images-amazon.com/images/I/410B5+zbIxL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-10-17 19:55:03</published>
  <title> Perlでの矢印演算子『-&gt;』の省略について</title>
  <type>rich</type>
  <url>https://chaipa.hateblo.jp/entry/20081017/1224240903</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
