<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>palmo</author_name>
  <author_url>https://blog.hatena.ne.jp/palmo/</author_url>
  <blog_title>ぱるも日記</blog_title>
  <blog_url>https://palmo.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>配列(2) 番号で要素を取得する で、配列変数の後ろに[N]をつけてN番の要素を取り出してみましたが、perlintro によると[N..M]でN番からM番の要素を一気に、[I,J]でI番とJ番の要素をそれぞれとりだせる（スライスできる）みたいです。 スライスすると、配列が返ってくるのでしょうか？ 1つの要素を取り出す時は「$array[N]」のように頭に「$」を付けましたが、perlintro の例文ではスライスする時は頭に「@」をつけています。 # arrtest6.pl my @arr = (&quot;A&quot;, &quot;B&quot;, &quot;C&quot;, &quot;D&quot;, &quot;E&quot;); print @arr[0..2], &quot;\n&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpalmo.hatenadiary.org%2Fentry%2F20060429%2Fp6&quot; title=&quot;配列(5) スライス - ぱるも日記&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>2006-04-29 00:00:05</published>
  <title>配列(5) スライス</title>
  <type>rich</type>
  <url>https://palmo.hatenadiary.org/entry/20060429/p6</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
