<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sugyan</author_name>
  <author_url>https://blog.hatena.ne.jp/sugyan/</author_url>
  <blog_title>すぎゃーんメモ</blog_title>
  <blog_url>https://memo.sugyan.com/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>例えば、こんなのを書いてみる。 use Readonly; my @values = (1, 2, 3); Readonly::Array my @arr =&gt; @values; これを-MO=Deparseしてみると、こんな結果になる。 $ perl -MO=Deparse test.pl use ReadOnly; my(@values) = (1, 2, 3); &amp;Readonly::Array(\my(@arr), @values); test.pl syntax OKこれを、実行してみると、怒られてしまう。 % perl -MO=Deparse test.pl | perl test…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmemo.sugyan.com%2Fentry%2F20090822%2F1250935101&quot; title=&quot;&amp;#39;\my @arr&amp;#39;を-MO=Deparseすると - すぎゃーんメモ&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-22 18:58:21</published>
  <title>'\my @arr'を-MO=Deparseすると</title>
  <type>rich</type>
  <url>https://memo.sugyan.com/entry/20090822/1250935101</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
