<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kameid</author_name>
  <author_url>https://blog.hatena.ne.jp/kameid/</author_url>
  <blog_title>kameidの備忘録 - Sharpen the Saw!</blog_title>
  <blog_url>https://kameid.hatenadiary.org/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>シェルの * の展開と同じことが perl でも出来る。カレントディレクトリのグロブを展開すると以下のような感じ。（join で結合してるだけで、glob 自体は、単なるファイル名のリストを返す） % perl -e &quot;warn join ',', glob '*';&quot; a,b,c,d,do.pl,e at -e line 1. 何て簡単。これは、 my @files = &lt;*&gt;; と書くのと同じことらしい。 perl5.6 まではこれは内部で csh を呼んでいたそうだ。なので、大量のファイルが存在するディレクトリでこれを使うと、実行に時間がかかったり、止まっちゃったりしたらしい。今はそんな…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkameid.hatenadiary.org%2Fentry%2F20090809%2F1249815136&quot; title=&quot;グロブ - kameidの備忘録 - Sharpen the Saw!&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>2009-08-09 19:52:16</published>
  <title>グロブ</title>
  <type>rich</type>
  <url>https://kameid.hatenadiary.org/entry/20090809/1249815136</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
