<?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の繰り返しの構文について解説します。繰り返しの構文を覚えるとプログラムの幅がすごく広がります。 for文の基礎 まず最初に繰り返しの構文であるfor文について解説します。最初に次のサンプルを見てください。これは、0から9までの数を画面に出力するプログラムです。 for (my $i = 0; $i &lt; 10; $i++) { print &quot;$i\n&quot;; } これの出力結果は以下のようになります。0から9までの数が出力されていますね。 0 1 2 3 4 5 6 7 8 9では構文について順番に解説します。for文は以下のような構文になっています。 for (ルー…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20170521%2F1495242822&quot; title=&quot;for/while文を使った繰り返し処理 - 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-21 10:13:42</published>
  <title>for/while文を使った繰り返し処理</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20170521/1495242822</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
