<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tyamaguc07</author_name>
  <author_url>https://blog.hatena.ne.jp/tyamaguc07/</author_url>
  <blog_title>ちゃまぐの備忘録</blog_title>
  <blog_url>https://tyamaguc07.hatenadiary.org/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>10章 大規模なプログラムの構築 10.2 evalによるコードの挿入 # Example.pm sub println { my $message = shift; print &quot;$message\n&quot;; } # sample.pl sub load_common_subroutin { my $pm_file = shift; open my $code_fh, $pm_file or die $!; undef $/; my $code = &lt;$code_fh&gt;; close $code_fh; eval $code; # $code内に構文エラーが含まれている場合、 # $@に適切なエ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftyamaguc07.hatenadiary.org%2Fentry%2F20110328%2Fp1&quot; title=&quot; 続・はじめてのPerl 10章 - ちゃまぐの備忘録&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>https://images-fe.ssl-images-amazon.com/images/I/51PBFWZSTBL._SL160_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-03-28 00:00:00</published>
  <title> 続・はじめてのPerl 10章</title>
  <type>rich</type>
  <url>https://tyamaguc07.hatenadiary.org/entry/20110328/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
