<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>perlcodesample</author_name>
  <author_url>https://blog.hatena.ne.jp/perlcodesample/</author_url>
  <blog_title>Perl入門ゼミ</blog_title>
  <blog_url>https://perlcodesample.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>Perl › 関数 › here undef関数を使えば、未定義値を設定することができます。あるいは、引数に指定した変数の値を未定義にします。 undef undef(変数) 未定義値の設定は次のように行います。変数「$name」の値が未定義になります。 $name = &quot;Kimoto&quot;; $name = undef; また次のようにundef関数の引数に変数を渡しても、変数の値を未定義にすることができます。 $name = &quot;Kimoto&quot;; undef $name; 配列やハッシュについてもundef関数を利用することができます。 @names = undef; undef @names;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20100220%2F1264257759&quot; title=&quot;undef関数 - 未定義値 - Perl入門ゼミ&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>2010-02-20 23:42:39</published>
  <title>undef関数 - 未定義値</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20100220/1264257759</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
