<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tyru</author_name>
  <author_url>https://blog.hatena.ne.jp/tyru/</author_url>
  <blog_title>Humanity</blog_title>
  <blog_url>https://tyru.hatenablog.com/</blog_url>
  <categories>
    <anon>Perl</anon>
    <anon>メモ</anon>
  </categories>
  <description>なんとなくメモ。 #!/usr/bin/env perl use strict; use warnings; use Perl6::Say; say &quot;--- for ---&quot;; # nextしても、$i++は評価される。 # 無限ループになったりはしない。 for (my $i = 0; $i &lt; 10; $i++) { next if $i == 5; say &quot;foo:$i&quot;; } say; say &quot;--- while ---&quot;; # 上のforは次のwhileと等価。 # continueブロックはnextされるかwhile文の最後まで到達した場合に実行されるブロック。 { my $…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftyru.hatenablog.com%2Fentry%2F20090821%2FPerlContinueBlock&quot; title=&quot;continueブロック - Humanity&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-08-21 00:00:00</published>
  <title>continueブロック</title>
  <type>rich</type>
  <url>https://tyru.hatenablog.com/entry/20090821/PerlContinueBlock</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
