<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ablabo</author_name>
  <author_url>https://blog.hatena.ne.jp/ablabo/</author_url>
  <blog_title>ABラボラトリ</blog_title>
  <blog_url>https://ablabo.hatenadiary.org/</blog_url>
  <categories>
    <anon>初めてのPerl</anon>
  </categories>
  <description>コマンドラインからファイル名のリストを受け取って、そのうち最も古いファイルの名前とその古さを日数単位で表示するプログラムを書いてください。 初めてのPerl p.200 #! /usr/local/bin/perl use strict; use warnings; #このプログラムの説明 print &quot;引数として受け取ったファイル名のリストから最も古いファイルの名前とその古さを表\示するプログラムです。\n&quot;; my @files = @ARGV; my ($filename, $filestat) = ('nothing', 0); #forで順次処理していく（最高水位線アルゴリズムを用い…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fablabo.hatenadiary.org%2Fentry%2F20060718%2F1153224992&quot; title=&quot; 11章ファイルハンドルとファイルテスト 練習問題3 - ABラボラトリ&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>2006-07-18 21:16:32</published>
  <title> 11章ファイルハンドルとファイルテスト 練習問題3</title>
  <type>rich</type>
  <url>https://ablabo.hatenadiary.org/entry/20060718/1153224992</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
