<?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 絶対値を求めるにはabs関数を使います。 abs $num; 絶対値というのは、符号を考慮しない大きさのことで、常に正の値になります。0からどれくらい離れているかを表す数のことです。「3」の場合は「3」に、「-3」の場合は、「3」になります。 サンプル 絶対値を求めるサンプルです。 use strict; use warnings; my $num = -4; my $num2 = abs $num; print &quot;(1)絶対値を求める。\n&quot;; print &quot;$num2\n&quot;; Perl › 関数 › here</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20080912%2F1221452168&quot; title=&quot;abs関数 - 絶対値を求める - 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>2008-09-12 13:16:08</published>
  <title>abs関数 - 絶対値を求める</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20080912/1221452168</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
