[ top-posting fixed ]
"R. Joseph Newton" wrote:
>
> Adriano Allora wrote:
>
> > I need to know, in the @ARGV, when a string is the name of a directory.
> > More precisely I'd like to write a script that:
> >
> > processes the files of the textes in a dir
> > extracts the list of the sub-directo
Hi Adriano,
Here is a start. You might have to adapt it somewhat for youe specific uses. It
originated from a proplem Paul posed concernig a search for files of a given name on a
single level of a directory tree, and greww from there. It's taken on a bit of random
testion g code also. The i
Use File::Find from std distribution. Has examples and if problems,
the list can help you.
Wags ;)
-Original Message-
From: Adriano Allora [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 01, 2003 13:21
To: [EMAIL PROTECTED]
Subject: navigate the directories
I need to know, i