<?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 スカラ変数のリファレンスは、スカラ変数を指し示すものです。 スカラ変数のリファレンスの作成 スカラ変数のリファレンスを作成するには次のようにします。 my $str = &quot;Hello&quot;; my $str_ref = \$str; スカラ変数のリファレンスをデリファレンス スカラ変数のリファレンスをデリファレンスするには「${}」とします。 my $str = ${$str_ref}; 単純な変数であれば先頭に「$」を付けるだけでデリファレンスできます。 my $str = $$str_ref; スカラ変数のリファレンスを使う意義はありますか? 大きなサ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20180308%2F1520516373&quot; title=&quot;スカラ変数のリファレンス - 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>2018-03-08 22:39:33</published>
  <title>スカラ変数のリファレンス</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20180308/1520516373</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
