<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>akiym</author_name>
  <author_url>https://blog.hatena.ne.jp/akiym/</author_url>
  <blog_title>アリ</blog_title>
  <blog_url>https://blog.akiym.com/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>Perlの食えない事情 より おっと、そうです、Perlには演算子が多すぎるのでした。せっかくの機会なので、Perlの演算子を紹介します。 ビーナス演算子: 0+, +0 数値として評価してくれます。意外とよく見かけますね。 なぜこの演算子を使う必要があるのかというと、Perlは文字列と数値を明確に区別できないからです。scalarを文字列として解釈するならば文字列として、 print 0+ '10'; #=&gt; 10 print 0+ '123b'; #=&gt; 123 print '1.2e3' +0; #=&gt; 1200 print [] +0; #=&gt; 4303367864 ちなみに、文字列と…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.akiym.com%2Fentry%2F2013%2F02%2F03%2F031420&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>2013-02-03 03:14:20</published>
  <title>Perlの食えない事情 - 演算子編</title>
  <type>rich</type>
  <url>https://blog.akiym.com/entry/2013/02/03/031420</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
