<?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>
  </categories>
  <description>7.1 サブルーチン 最初の説明は簡単だったのに、練習問題が「ハノイの塔」 ファッ！？ うん、わからん。 # 引数１：移動元にある円盤の数 # 引数２：移動元の棒の名前 # 引数３：移動先の棒の名前 # 引数４：作業用の棒の名前 &amp;hanoi( 3, &quot;左&quot;, &quot;中央&quot;, &quot;右&quot; ); sub hanoi { my ( $disk, $bar1, $bar2, $bar3 ) = @_; # 円盤が１つ以上残っている if ( $disk &gt; 0 ) { # 再帰呼び出し１ &amp;hanoi( $disk - 1, $bar1, $bar3, $bar2 ); # 移動内容を表示 print &quot;円…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsironekotoro.hateblo.jp%2Fentry%2F2014%2F06%2F14%2F134553&quot; title=&quot;独習Perl 第２版 第７章 サブルーチン - 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>2014-06-14 13:45:53</published>
  <title>独習Perl 第２版 第７章 サブルーチン</title>
  <type>rich</type>
  <url>https://sironekotoro.hateblo.jp/entry/2014/06/14/134553</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
