File date/time stamp

2001-12-13 Thread Michael Pratt
Hello, How do I get a file date time stamp? Thanks Mike _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: File date/time stamp

2001-12-13 Thread Jon Molin
stat is what you want, 'man perlfunc'. ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size, $atime,$mtime,$ctime,$blksize,$blocks) = stat($filename); /Jon Michael Pratt wrote: Hello, How do I get a file date time stamp? Thanks Mike