<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dayflower</author_name>
  <author_url>https://blog.hatena.ne.jp/dayflower/</author_url>
  <blog_title>daily dayflower</blog_title>
  <blog_url>https://dayflower.hatenablog.com/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>文の最後に if や unless をつけて条件が合致するときのみその文を実行する構文 print &quot;OK&quot; if $msg eq 'YES'; # is equivalent to: if ($msg eq 'YES') { print &quot;OK&quot;; } return unless defined $msg; # is equivalent to: unless (defined $msg) { return; }については知っていたのですが，foreach についてもそのように修飾節として使えるということを知りませんでした。 print $_, &quot;\n&quot; foreach ('a', 'b',…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdayflower.hatenablog.com%2Fentry%2F20060519%2F1148030945&quot; title=&quot; 文モディファイアとしての foreach - daily dayflower&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>2006-05-19 18:29:05</published>
  <title> 文モディファイアとしての foreach</title>
  <type>rich</type>
  <url>https://dayflower.hatenablog.com/entry/20060519/1148030945</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
