well you can't have the creation time. The closest thing is the inode change
time, (not sure about what causes this time to change).


@sorted = sort { (stat($a))[10] <=> (stat($b))[10] } @arrayOfFullPathDirs;

[untested]


> -----Original Message-----
> From: William J Black [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 01, 2002 11:46 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Quick Question
> 
> 
> Hi All,
> 
> I have an array of directory files and I want to search via 
> the date the
> directory was created.  Is there a function or dash option 
> that handles
> this?
> 
> Thanks,
> William Black
> Duke Energy
> 401 S. College St.
> Charlotte  NC
> 
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

----------------------------------------------------------------------------
--------------------
The views and opinions expressed in this email message are the sender's
own, and do not necessarily represent the views and opinions of Summit
Systems Inc.


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

Reply via email to