<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>PlugOut</author_name>
  <author_url>https://blog.hatena.ne.jp/PlugOut/</author_url>
  <blog_title>Unknown Region</blog_title>
  <blog_url>https://plugout.hateblo.jp/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>以下はファイルの一覧を出力するプログラムです。 用途としては、このプログラムと同階層にあるファイルの一覧を出力したいとします。 プログラム例1(/tmp/example/hoge.pl) : #/usr/bin/perl use strict; use warnings; use utf8; my @files = glob(&quot;./*&quot;); foreach my $file (@files) { print($file); print(&quot;\n&quot;); } このプログラムには問題があります。 このプログラム内では相対パスを使用しているので、プログラムをどこから実行したかを考慮しなければいけません。…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fplugout.hateblo.jp%2Fentry%2F2018%2F11%2F19%2F215011&quot; title=&quot;【Perl】FindBinを使う - Unknown Region&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://cdn-ak.f.st-hatena.com/images/fotolife/P/PlugOut/20180715/20180715010432.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-11-19 21:50:11</published>
  <title>【Perl】FindBinを使う</title>
  <type>rich</type>
  <url>https://plugout.hateblo.jp/entry/2018/11/19/215011</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
