in reply to Directory Attributes

Given the filename, use (stat $filename)[9] to extract mtime. Use POSIX::strftime to get the format you want from localtime appliet to the mtime.

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: Directory Attributes
by gl1der112 (Initiate) on Dec 16, 2003 at 22:37 UTC
    This script is running on a windows server and I tried your suggestion and it did not work even without the USE POSIX::strftime. I there some way to get this info on a Windows server. Ican send the code if you wish.