<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>boscono</author_name>
  <author_url>https://blog.hatena.ne.jp/boscono/</author_url>
  <blog_title>てきとうなメモ</blog_title>
  <blog_url>https://boscono.hatenablog.com/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>言語を選ぶ基準 - lethevert is a programmerPerlで書くとRubyみたいになるかなと思ってたけど sub f { my $x = shift; my $g = sub { my $y = shift; $x + $y }; my $h = sub { my $x = shift; $g-&gt;(10) }; $h; } print f(10)-&gt;(1), &quot;\n&quot;; $ perl hoge.pl 20これでも大丈夫みたい sub f { my $x = shift; sub g { my $y = shift; $x + $y }; sub h { my $x = sh…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboscono.hatenablog.com%2Fentry%2F20070529%2Fp1&quot; title=&quot; 関数の中の関数 - てきとうなメモ&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>2007-05-29 00:00:00</published>
  <title> 関数の中の関数</title>
  <type>rich</type>
  <url>https://boscono.hatenablog.com/entry/20070529/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
