<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>utgwkk</author_name>
  <author_url>https://blog.hatena.ne.jp/utgwkk/</author_url>
  <blog_title>私が歌川です</blog_title>
  <blog_url>https://blog.utgw.net/</blog_url>
  <categories>
    <anon>技術</anon>
  </categories>
  <description>たぶん世界中のみなさまがハマったことあると思いますが、私も本日ハマりました。 use strict; use warnings; use Data::Dumper; use constant HOGE_KEY =&gt; 'hoge'; print Dumper { HOGE_KEY =&gt; 'fuga' }; HashRefのキーを定数に切り出してtypoを防ぐ、という意図でこのように書くと何が起こるか？ {hoge =&gt; 'fuga'} ではなく {HOGE_KEY =&gt; 'fuga'} というHashRefが得られます。 =&gt; 演算子(時々「ファットコンマ」と発音されます)はコンマ演算子の 同義…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.utgw.net%2Fentry%2F2020%2F02%2F27%2F135758&quot; title=&quot;Perlの定数とfat comma - 私が歌川です&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>2020-02-27 13:57:58</published>
  <title>Perlの定数とfat comma</title>
  <type>rich</type>
  <url>https://blog.utgw.net/entry/2020/02/27/135758</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
