Hi -

I recently plowed through the same problem...

Perl built-in "modules":

 opendir, readdri, closedir => iterate through a dir

and:

 glob -or- <> => file "globbing"

Look thes up to start...

Aloha => Beau.

-----Original Message-----
From: David [mailto:dameron@;cs.wcu.edu]
Sent: Friday, October 25, 2002 4:14 PM
To: [EMAIL PROTECTED]
Subject: Recursively displaying the contents of a directory


Hello everyone,
        I need to display the files in a directory, files in directories in
that directory, etc....  My question is, how do I move through the
directory?  For various reasons I can not use modules from CPAN.  I'm
familiar with iteration and recursion, I only need to know what built in
functions to use.  If possible, a code example would be appreciated.

                                                Thanks

                                                    


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




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

Reply via email to