c has asked for the wisdom of the Perl Monks concerning the following question:
opendir(DIR,"$dir"); @array = readdir(DIR);
humbly -c
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(ar0n: glob) Re: opendir, readir into @array in one line?
by ar0n (Priest) on Jul 23, 2001 at 19:29 UTC | |
|
Re: opendir, readir into @array in one line?
by MZSanford (Curate) on Jul 23, 2001 at 19:31 UTC | |
|
Re: opendir, readir into @array in one line?
by nardo (Friar) on Jul 23, 2001 at 20:12 UTC | |
|
Re: opendir, readir into @array in one line?
by abstracts (Hermit) on Jul 23, 2001 at 22:32 UTC | |
|
Re: opendir, readir into @array in one line?
by mugwumpjism (Hermit) on Jul 23, 2001 at 19:38 UTC | |
|
Re: opendir, readir into @array in one line?
by Wookie (Beadle) on Jul 24, 2001 at 14:38 UTC |