<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bingo_nakanishi_perl</author_name>
  <author_url>https://blog.hatena.ne.jp/bingo_nakanishi_perl/</author_url>
  <blog_title>bingo_nakanishiの他言語出身者のためのPerl入門</blog_title>
  <blog_url>https://bingo-nakanishi-perl.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>他の言語では、 配列からひとつひとつ取り出してループするにはforeachを使うようだが、 Perlにおいてforとforeachはまったく同じである。嘘だと思うなら、次のソースを試してみるとよい。for use strict; for(my $i=0; $i&lt;5; $i++){ print $i, &quot;\n&quot;; } 結果: 0 1 2 3 4 foreach use strict; foreach(my $i=0; $i&lt;5; $i++){ print $i, &quot;\n&quot;; } 結果： 0 1 2 3 4for use strict; my @c = ('a', 'b', 'c'); for(@…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbingo-nakanishi-perl.hatenadiary.org%2Fentry%2F20090202%2F1233591176&quot; title=&quot;第52回 forとforeach - bingo_nakanishiの他言語出身者のための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>2009-02-02 01:12:56</published>
  <title>第52回 forとforeach</title>
  <type>rich</type>
  <url>https://bingo-nakanishi-perl.hatenadiary.org/entry/20090202/1233591176</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
