in reply to Getting a List of Files Via Glob
chdir $area or die "chdir $area: $!"; @file_list = glob("@files");
-- Randal L. Schwartz, Perl hacker
|
---|
Replies are listed 'Best First'. | |
---|---|
RE: Re: Getting a List of Files Via Glob
by Zoogie (Curate) on May 30, 2000 at 21:14 UTC | |
by chromatic (Archbishop) on Jun 25, 2000 at 05:41 UTC |