in reply to Re: How can I access a cross directory set of data files by most recently modified date?
in thread How can I access a cross directory set of data files by most recently modified date?

ikegami,

seems like you're slacking a bit.

my $time = -d $file;

Huh? directory test to get the time? or is it that the variable $time is spectacularily ill-chosen?

if ($time > $newest_time) { $newest = $time;

use strict; use warnings... :-)

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
  • Comment on Re^2: How can I access a cross directory set of data files by most recently modified date?
  • Select or Download Code