<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>perlcodesample</author_name>
  <author_url>https://blog.hatena.ne.jp/perlcodesample/</author_url>
  <blog_title>Perl入門ゼミ</blog_title>
  <blog_url>https://perlcodesample.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>Perl › 演算子 › here Perlには、数値の範囲が指定できる範囲演算子があります。 # 範囲演算子 3 .. 6 この結果は(3, 4, 5, 6)というリストになります。通常は配列に代入したり、for文の中で利用します。 my @nums = (3 .. 6); for my $num (3 .. 6) { ... } また英数字を範囲で指定することもできます。 'a' .. 'z' サンプルプログム 範囲演算子のサンプルプログラムです。 use strict; use warnings; my @nums = (3 .. 6); for my $num (@nums) { pr…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20170520%2F1495237390&quot; title=&quot;範囲演算子 - m .. n  - 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>2017-05-20 08:43:10</published>
  <title>範囲演算子 - m .. n </title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20170520/1495237390</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
