Wagner, David --- Senior Programmer Analyst --- WGO wrote:
stat will give me the mod time, but does not have the create time. From Windows Explorer, I notice that I can get the Create Date. Anyway to accomplish this in Perl? I did a search against CPAN and also AS, but what I put in ( Perl create time file ) did not seem to give me what I was looking for. Any ideas?
Hi David It's (stat $file)[10] that you want, as Jenda has pointed out. But it's also worth noting that this is the same as -C $file HTH, Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/