alex p wrote:

> Hello all,
> 
> I am trying to figure out a way to get the "last modified" date of a file.  
> I have looked at the following modules but they dont seem to address what i 
> need:  stat, utime, opendir
> 
> does anyone know how to go about getting this date?

stat should be fine :  my $mtime = (stat $path)[9];

-- 
  ,-/-  __      _  _         $Bill Luebkert    Mailto:[EMAIL PROTECTED]
 (_/   /  )    // //       DBE Collectibles    Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      Castle of Medieval Myth & Magic http://www.todbe.com/
-/-' /___/_<_</_</_    http://dbecoll.tripod.com/ (My Perl/Lakers stuff)

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to