<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dorapon2000</author_name>
  <author_url>https://blog.hatena.ne.jp/dorapon2000/</author_url>
  <blog_title>dorapon2000’s diary</blog_title>
  <blog_url>https://dorapon2000.hatenablog.com/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>Modern Perlを読んでいたら、autovivificationという機能があるということを今更ながら知った。たいへん便利だ。。。癖が強いらしいので手を動かして挙動を確かめてみる。 autovivificationとは my %users; $users{Brad}{id} = 228; $users{Jack}{id} = 229; $users{Brad}はまだ定義されていない（undef）はずだが、$users{Brad}{id}で代入できている。これはperlが$users{Brad}を自動生成しているからで、autovivificationと呼ぶ。 perldocにもしっかりと…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdorapon2000.hatenablog.com%2Fentry%2F2020%2F10%2F14%2F004952&quot; title=&quot;Perlのautovivificationをいろいろ実験 - dorapon2000’s diary&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>2020-10-14 00:49:52</published>
  <title>Perlのautovivificationをいろいろ実験</title>
  <type>rich</type>
  <url>https://dorapon2000.hatenablog.com/entry/2020/10/14/004952</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
