<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>note103</author_name>
  <author_url>https://blog.hatena.ne.jp/note103/</author_url>
  <blog_title>the code to rock</blog_title>
  <blog_url>https://note103.hateblo.jp/</blog_url>
  <categories>
    <anon>perl</anon>
    <anon>memo</anon>
    <anon>vim</anon>
  </categories>
  <description>しばらく前にMediumの方に投稿していた内容だけど、そちらだとちょっとそぐわない＆後から参照しづらいのでこちらのブログに移動。 #!/usr/bin/env perl use strict; use warnings; my $str = &quot;123456789&quot;; if ($str =~ /(1(23)4(5)6)78(9)/) { print &quot;$1$2$3$4\n&quot;; #=&gt; 1234562359 } 考えてみればたしかにそうだよね、という感じの結果だけど、なんとなく 1469235みたいになると思い込んでいた、という。 あとから思うと、どうしてそんな風に考えられるのかわからないぐらい突…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnote103.hateblo.jp%2Fentry%2F2014%2F12%2F04%2F102045&quot; title=&quot;基礎Perl - 括弧内括弧の実行順序 - the code to rock&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>https://dl.dropboxusercontent.com/u/7779513/blog/2014-12-04.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-12-04 10:20:45</published>
  <title>基礎Perl - 括弧内括弧の実行順序</title>
  <type>rich</type>
  <url>https://note103.hateblo.jp/entry/2014/12/04/102045</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
