On 10-12-08 02:41 PM, Noah wrote:
Hi there,
what is the easiest way to get all the filenames like *html in the root
directory and all subdirectories?
The glob command appears to just sit at the root directory.
Cheers,
Noah
use File::Find;
See `perldoc File::Find` for details.
--
Just my 0.00000002 million dollars worth,
Shawn
Confusion is the first step of understanding.
Programming is as much about organization and communication
as it is about coding.
The secret to great software: Fail early & often.
Eliminate software piracy: use only FLOSS.
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/