<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a666666</author_name>
  <author_url>https://blog.hatena.ne.jp/a666666/</author_url>
  <blog_title>@kyanny's blog</blog_title>
  <blog_url>https://blog.kyanny.me/</blog_url>
  <categories>
  </categories>
  <description>no strict 'refs'; my $foo = 100; our $bar = 200; my $ref = \$foo; warn $$ref; # =&gt; 100 $ref = 'foo'; warn $$ref; # =&gt; Warning: something's wrong $ref = 'bar'; warn $$ref; # =&gt; 200 my で宣言した変数は no strict 'refs'; のもとで $$ref を $foo として扱いたい場合に、うまく参照できない。 our で宣言しているとできる。スコープが関係しているんだと思う、けどそれ以上はよくわからない。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.kyanny.me%2Fentry%2F20081119%2F1227095951&quot; title=&quot;no strict &amp;#39;refs&amp;#39;; - @kyanny&amp;#39;s blog&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>2008-11-19 20:59:11</published>
  <title>no strict 'refs';</title>
  <type>rich</type>
  <url>https://blog.kyanny.me/entry/20081119/1227095951</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
