<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rdera</author_name>
  <author_url>https://blog.hatena.ne.jp/rdera/</author_url>
  <blog_title>rderaログ</blog_title>
  <blog_url>https://rdera.hatenadiary.org/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>スライスとは? 配列の一部を使ったリストのことを言います。 具体例 配列argの最初と２番目を交換 @arg[1,0] = @arg[0,1]; 配列argの偶数番目だけを取り出し、新配列に代入 @arg2 = @arg[0,2,4,6,8,10,12]; リストからもスライスができます。 @arg = (10,20,30,40,50)[0,1,2]; #$arg[0] = 10; #$arg[1] = 20; #$arg[2] = 30; 最初の方だけを取り出したい場合、 @arg2 = @arg[0,1,2,3,4,5]; としますが、これには略記法があって、 @arg2 = @arg[0…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frdera.hatenadiary.org%2Fentry%2F20080823%2Fp9&quot; title=&quot;スライス - rderaログ&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>2008-08-23 00:00:09</published>
  <title>スライス</title>
  <type>rich</type>
  <url>https://rdera.hatenadiary.org/entry/20080823/p9</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
