<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>perlcodesample</author_name>
  <author_url>https://blog.hatena.ne.jp/perlcodesample/</author_url>
  <blog_title>Perl入門ゼミ</blog_title>
  <blog_url>https://perlcodesample.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>Perl › 関数 › here opdndir関数を使うと、ディレクトリをオープンしてディレクトリハンドルを取得することができます。 opendir ディレクトリハンドル ディレクトリ名 ディレクトリハンドルには、未定義の変数を指定します。opendir関数は、以下のように使用します。 # ディレクトリ名 my $dir = 'study'; # ディレクトリオープン opendir my $dh, $dir or die &quot;Can't open directory $dir: $!&quot; 第一引数には、未定義の変数を指定しますがmyによる変数宣言を同時に行っています。第二引数はディレクトリ名を…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20171002%2F1506911388&quot; title=&quot;opendir関数 - ディレクトリをオープンする - Perl入門ゼミ&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>2017-10-02 11:29:48</published>
  <title>opendir関数 - ディレクトリをオープンする</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20171002/1506911388</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
