------------------------------------------------
On Mon, 27 Jan 2003 21:30:39 +0100, "Jakob Kofoed" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> How can I look down in a folder structure i.e. for checking last access time
> on files. I need to be independent of the depth of the folder structure so
> it will go down to the bottom of the structure - whether there are 2 or 10
> levels.
> 
> I tried the "glob" function but it need a specific depth i.e.
> (/home/*/*.dat)
> 
> Hope you can help - thanks.

Have a look to File::Find, should be base install.

perldoc File::Find

http://danconia.org

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

Reply via email to