<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chaichanPaPa</author_name>
  <author_url>https://blog.hatena.ne.jp/chaichanPaPa/</author_url>
  <blog_title>旧燈明日記</blog_title>
  <blog_url>https://chaipa.hateblo.jp/</blog_url>
  <categories>
    <anon>Perlノート</anon>
  </categories>
  <description>通常、配列変数に代入する場合は、リストで代入しますが、その時のリストの区切り文字は『カンマ演算子』です。 しかし、ハッシュ変数の場合は、『カンマ演算子』と『=&gt;演算子』を併用します。 実は、『カンマ演算子』と『=&gt;演算子』は、ほぼ同じものなのです。 違いは、『=&gt;演算子』は左オペランドを文字列として解釈します。 つまり、左側はクォーテーションがなくても文字列と解釈されるのです。 しかし、クォーテーションをつけても問題はありません。 use strict; use warnings; my @array = ('A01', B02 =&gt; 'C03'); print $array[0], &quot;\n&quot;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchaipa.hateblo.jp%2Fentry%2F20090111%2F1231666260&quot; title=&quot; 『カンマ演算子』と『=&amp;gt;演算子』 - 旧燈明日記&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>2009-01-11 18:31:00</published>
  <title> 『カンマ演算子』と『=&gt;演算子』</title>
  <type>rich</type>
  <url>https://chaipa.hateblo.jp/entry/20090111/1231666260</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
