<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bingo_nakanishi_perl</author_name>
  <author_url>https://blog.hatena.ne.jp/bingo_nakanishi_perl/</author_url>
  <blog_title>bingo_nakanishiの他言語出身者のためのPerl入門</blog_title>
  <blog_url>https://bingo-nakanishi-perl.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>みんな、Perlの配列の要素にアクセスするときは、@ を $ に変えないといけないぞ！！！！！ 注意！ 注意！ またまた注意！！ my @c = ('a','b','c'); my $e = $c[0]; こうだぞぉおおおお！！となるわけなんですが........ 本当？ じゃあ、 @のままでアクセスするとどうなるのでしょうか？ use strict; my @c = ('a', 'b', 'c'); print @c[1], &quot;\n&quot;; my $d = @c[2]; print $d, &quot;\n&quot;; 結果： b cな、な、な、なんだってぇえええええええええ！！ うまくいってるんじゃないかぁああ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbingo-nakanishi-perl.hatenadiary.org%2Fentry%2F20090403%2F1238764890&quot; title=&quot;第86回 スライス - bingo_nakanishiの他言語出身者のためのPerl入門&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>2009-04-03 22:21:30</published>
  <title>第86回 スライス</title>
  <type>rich</type>
  <url>https://bingo-nakanishi-perl.hatenadiary.org/entry/20090403/1238764890</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
