<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tnnsst35</author_name>
  <author_url>https://blog.hatena.ne.jp/tnnsst35/</author_url>
  <blog_title>ぼくのセーブポイント</blog_title>
  <blog_url>https://blog.tnnsst35.me/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>&lt;div class=&quot;section&quot;&gt; Perlでは、未定義な値をundefとして取り扱う。 $hoge; #$hoge = undef; と同じ ここで$hogeを数値型として扱う場合は0として、 文字列型として扱う場合は空文字列として扱う。 また、NULL値もundefとして扱われるようだ。 $hoge += 3; #$hoge = 0 + 3; と同じ $hoge .= &quot;This is Perl&quot;; #$hoge = &quot;&quot; . &quot;This is Perl&quot;; と同じ undef値を出力しようとするとエラーになってしまう。 $hoge; print $hoge; #エラー #Use …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.tnnsst35.me%2Fentry%2Ftech%2Fperl%2F418%2F&quot; title=&quot;
				Perlのundef		 - ぼくのセーブポイント&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-10-14 11:33:08</published>
  <title>
				Perlのundef		</title>
  <type>rich</type>
  <url>https://blog.tnnsst35.me/entry/tech/perl/418/</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
