in reply to Adding Files in a directory to an array
You can use opendir/readdir/closedir to scan a directory.
If you have to traverse down into subdirectories use File::Find.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Adding Files in a directory to an array
by Gerard (Pilgrim) on Oct 09, 2001 at 15:29 UTC |