<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hysa</author_name>
  <author_url>https://blog.hatena.ne.jp/hysa/</author_url>
  <blog_title>地球ウォーカー２</blog_title>
  <blog_url>https://hysa.hateblo.jp/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>前回の続き。 例によって、まとめ内の注釈は間違っている可能性あり。 4章 サブルーチン サブルーチン名は、「&amp;＋Perl識別子」で表す。 サブルーチンの定義 sub f { # do something... } 呼び出すには、サブルーチン名を書けばいい。 &amp;f; 戻り値 最後に評価される式が戻り値になる。 # $aと$bの大きい方が戻り値 sub max { if ($a &gt; $b) { $a; } else { $b; } } 引数 配列変数@_に格納される*1。 引数は、$_[0]、$_[1]・・・に格納される。 余った引数は無視され、足りないパラメータはundefになる*2。 レキシカ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhysa.hateblo.jp%2Fentry%2F20090916%2Fllhama3&quot; title=&quot;初めてのPerl その3（4章） - 地球ウォーカー２&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>http://ecx.images-amazon.com/images/I/51C59GNSC3L.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-09-16 00:00:00</published>
  <title>初めてのPerl その3（4章）</title>
  <type>rich</type>
  <url>https://hysa.hateblo.jp/entry/20090916/llhama3</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
