<?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 値が定義されているかを確認するにはdefined関数を使用します。 # 値が定義されているかの確認 $is_defined = defined $value; 定義されているとは defined関数で判定できる定義されている値とはなんでしょうか。考えてみましょう。変数宣言した場合は、代入による初期化を行わなかった場合は未定義となります。 # 宣言直後は未定義 my $value; 値を代入すると、値が定義されている状態になります。 # 値を代入したので定義されている状態になる $value = 5; undef関数を使って、未定義値が代入されると値は未定義にな…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20100219%2F1264257759&quot; title=&quot;defined関数 - 値が定義されているかを確認する - 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-19 23:42:39</published>
  <title>defined関数 - 値が定義されているかを確認する</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20100219/1264257759</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
