<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sironekotoro</author_name>
  <author_url>https://blog.hatena.ne.jp/sironekotoro/</author_url>
  <blog_title>sironekotoroの日記</blog_title>
  <blog_url>https://sironekotoro.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>基本的なファイルとディレクトリ操作 モジュールを利用していく ファイルの指定には絶対パス move File::Copy モジュールを使うのが好ましい 標準関数であるrenameはファイルシステムを超えた移動に対応していないため use File::Copy 'move'; my $from = 'temp1107_01.pl'; my $to = '../'; move($from,$to) or die qq{Can't move &quot;$from&quot; to &quot;$to&quot;:$!}; copy use File::Copy 'copy'; my $from = 'temp1107_01.pl'; m…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsironekotoro.hateblo.jp%2Fentry%2F2015%2F11%2F07%2F162951&quot; title=&quot;業務に役立つPerl 第5章 ファイルとディレクトリを自由に操作する - sironekotoroの日記&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>2015-11-07 16:29:51</published>
  <title>業務に役立つPerl 第5章 ファイルとディレクトリを自由に操作する</title>
  <type>rich</type>
  <url>https://sironekotoro.hateblo.jp/entry/2015/11/07/162951</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
