<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chaichanPaPa</author_name>
  <author_url>https://blog.hatena.ne.jp/chaichanPaPa/</author_url>
  <blog_title>旧燈明日記</blog_title>
  <blog_url>https://chaipa.hateblo.jp/</blog_url>
  <categories>
    <anon>Perlノート</anon>
  </categories>
  <description>oオプションは、対象となるパターンが変数を含んでいても、その変数は一回しか評価しない。 これによって、実行時のパターンの再評価を避けるころができる。（再評価しないためスピードアップ） 次の例では、$s =~ /$arg/o の$argの内容展開をループで毎回評価せず、はじめの一回だけ評価する。 $arg = &quot;abc&quot;; open(FH, &quot;xyz.txt&quot;); while($s = ) { if ($s =~ /$arg/o) { print $s, &quot;\n&quot;; } }</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchaipa.hateblo.jp%2Fentry%2F20070904%2F1188906901&quot; title=&quot; s/// と m// での oオプション とは - 旧燈明日記&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>2007-09-04 20:55:01</published>
  <title> s/// と m// での oオプション とは</title>
  <type>rich</type>
  <url>https://chaipa.hateblo.jp/entry/20070904/1188906901</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
