Re: [Perl-unix-users] Reading filename, date and time stamp

2002-05-29 Thread Justin Hopper
You will want to take a look at the 'stat' function. It will give you all the information available for a file. Justin Hopper [EMAIL PROTECTED] On Wed, 2002-05-29 at 17:27, [EMAIL PROTECTED] wrote: > Hi, I need to find a file with a specific date and timestamp, > therefore I need read the file

RE: [Perl-unix-users] Reading filename, date and time stamp

2002-05-29 Thread Jostein Elvaker Haande
> Hi, I need to find a file with a specific date and timestamp, > therefore I need read the filename, date and timestamp of files > and compare it with the file I would like to find. > > How do I do that? Hiyas :) It's pretty simple actually, and perl's builtin functions is your friend here, as

[Perl-unix-users] Reading filename, date and time stamp

2002-05-29 Thread FC_Yoong
Hi, I need to find a file with a specific date and timestamp, therefore I need read the filename, date and timestamp of files and compare it with the file I would like to find. How do I do that? Much thanks, fc. ___ Perl-Unix-Users mailing list [EMAIL