<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Yasun</author_name>
  <author_url>https://blog.hatena.ne.jp/Yasun/</author_url>
  <blog_title>DC4</blog_title>
  <blog_url>https://yasun.hatenablog.jp/</blog_url>
  <categories>
    <anon>perl</anon>
  </categories>
  <description>よく混乱するのでメモ書き。 # our : lexical scope { package Foo; our $foo = 'our!'; package Bar; print $foo.&quot;\n&quot;; # Foo::fooが参照される。 } # use vars : package scope { package Foo; use vars q($foo); $foo = 'vars!'; package Bar; print $foo.&quot;\n&quot;; # Foo::fooは参照されない。 } 参考 http://qiita.com/monoknock/items/b9928acd46c878be6…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyasun.hatenablog.jp%2Fentry%2F2014%2F01%2F17%2F180316&quot; title=&quot;use var と our - DC4&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>2014-01-17 18:03:16</published>
  <title>use var と our</title>
  <type>rich</type>
  <url>https://yasun.hatenablog.jp/entry/2014/01/17/180316</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
