<?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 デクリメント演算子を使用すると、変数に代入されている数値から1を減算することができます。デクリメント演算子は、変数の前か後につけることができます。 # デクリメント(後置) $num--; # デクリメント(前置) --$num; デクリメント演算子は減算演算子を使った次の記述と同じ意味になります。 $num = $num - 1; デクリメント演算子はfor文の中で時々利用されます。 for (my $i = 10; $i &gt;= 0; $i--) { print &quot;$i\n&quot;; } このサンプルプログラムでは、10から0が出力されます。 前…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20180226%2F1519736024&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-26 21:53:44</published>
  <title>デクリメント演算子「--」</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20180226/1519736024</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
