On Fri, 15 Feb 2002, Brett W. McCoy wrote:

> > Does anyone know how to either get the ctime as a string or convert
> > the interger into a date that is meaning full??
>
> Sure:
>
>   my @stats = stat($file);
>
>   print "Create Time: ", scalar(localtime($stats[10])), "\n";

I'm sorry, that's not the create time, but the inode change time.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
Once, adv.:
        Enough.
                -- Ambrose Bierce, "The Devil's Dictionary"


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to