<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sironekotoro</author_name>
  <author_url>https://blog.hatena.ne.jp/sironekotoro/</author_url>
  <blog_title>sironekotoroの日記</blog_title>
  <blog_url>https://sironekotoro.hateblo.jp/</blog_url>
  <categories>
    <anon>Perl入学式</anon>
  </categories>
  <description>その 1：おなじみ @_ 先に開催された Perl入学式で、サブルーチンに渡す引数について「Perl においては仮引数はない」というようなお話をしました。 仮引数というのは、例えば JavaScript でいうと fizz の横にある number のことです。 function fizz(number) { // この number が仮引数 if (number % 3 === 0) { return 'Fizz'; }; } console.log(fizz(3)); // Fizz console.log(fizz(5)); // undefined おなじ関数を Perl で書くとこ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsironekotoro.hateblo.jp%2Fentry%2F2021%2F09%2F11%2F164527&quot; title=&quot;Perl のサブルーチンにおける引数の取り込みかたを 3 種類ほど紹介 - sironekotoroの日記&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>2021-09-11 16:45:27</published>
  <title>Perl のサブルーチンにおける引数の取り込みかたを 3 種類ほど紹介</title>
  <type>rich</type>
  <url>https://sironekotoro.hateblo.jp/entry/2021/09/11/164527</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
