<?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 Perlには無名ハッシュ生成子「{}」という演算子があります。名前はちょっと難しいですが、実用的には、簡単にハッシュのリファレンスを作成するためのものです。無名ハッシュ生成子を使うと、以下のように簡単にハッシュのリファレンスが作成できます。 # 無名ハッシュ生成子 my $point = {x =&gt; 1, y =&gt; 2}; もし無名ハッシュ生成子を使わない場合は、次のように書きます。まずハッシュを作成してから、リファレンス生成子を使って、ハッシュのリファレンスを作成します。 # 無名ハッシュ生成子を使わない場合 my %point = (x =&gt; 1, y …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20170926%2F1506430456&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>2017-09-26 21:54:16</published>
  <title>無名ハッシュ生成子 - ハッシュのリファレンスを作成</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20170926/1506430456</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
