On Tue, 4 Feb 2003, Wiggins d'Anconia wrote:
> Arild Jensen wrote:
> > I am trying to get the mtime of a bunch of files and directores. However,
> > it fails after the first two files/dirs. I don't see why it should. I am
> > an experienced sysadmin and a beginner Perl coder (obviously).
> >
>
Arild Jensen wrote:
> I am trying to get the mtime of a bunch of files and directores.
> However, it fails after the first two files/dirs. I don't see why it
> should. I am an experienced sysadmin and a beginner Perl coder
> (obviously).
>
> #!/usr/bin/perl -w
>
> use strict;
> use File::Find;
> us
Arild Jensen wrote:
I am trying to get the mtime of a bunch of files and directores. However,
it fails after the first two files/dirs. I don't see why it should. I am
an experienced sysadmin and a beginner Perl coder (obviously).
Help.
Source code:
#!/usr/bin/perl -w
use strict;
use File::
I am trying to get the mtime of a bunch of files and directores. However,
it fails after the first two files/dirs. I don't see why it should. I am
an experienced sysadmin and a beginner Perl coder (obviously).
Help.
Source code:
#!/usr/bin/perl -w
use strict;
use File::Find;
use File::stat;