<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mas-inagaki</author_name>
  <author_url>https://blog.hatena.ne.jp/mas-inagaki/</author_url>
  <blog_title>日曜プログラマーの個人的覚書</blog_title>
  <blog_url>https://mas-inagaki.hatenadiary.org/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>数値で範囲演算子を挟む事で数値が1ずつ増える数列の配列が作れる。 ソース1-1 my @num_list = (0 .. 10); print join (', ', @num_list) . &quot;\n&quot;; ソース1-2 print join (', ', (0 .. 10)) . &quot;\n&quot;; 出力結果1 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 文字列でも同じように1つずつ増える配列が作れるらしい。 ソース2-1 my @alph_list = ('A' .. 'Z', 'a' .. 'z'); print join ('', @arph_list) . &quot;\n&quot;; ソ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmas-inagaki.hatenadiary.org%2Fentry%2F20100128%2F1264675567&quot; title=&quot;範囲演算子でアルファベットの配列を作成できる - 日曜プログラマーの個人的覚書&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-01-28 19:46:07</published>
  <title>範囲演算子でアルファベットの配列を作成できる</title>
  <type>rich</type>
  <url>https://mas-inagaki.hatenadiary.org/entry/20100128/1264675567</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
