<?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 $num3 = $num1 + $num2; 3と5を足し算するサンプルです。 my $total = 3 + 5; Perlでは、少数の足し算も型を意識しないで行うことができます。 my $total = 3.5 + 2.7; 数値型の自動拡張 Perlは、プログラミング言語上は、数値型を持っていませんが、内部では、数値型を持っています。32ビット整数で計算できない場合は、環境がサポートしていれば、64bit整数に拡張され計算されます。また、64bit整数でも表現できな…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20180219%2F1519044779&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-02-19 21:52:59</published>
  <title>加算演算子「+」 - 数値の足し算</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20180219/1519044779</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
