+1 to the File::Find route. It's also much more powerful than your
standard MS-DOS dir /S command.
Mimi Cafe wrote:
Hi,
I am trying to process a directory and all subdirectory recursively and
The script will finally be used on Windows OS, Unix system command cannot
be used.
--
To unsu
Chas. Owens wrote:
You initialize a hash with a list. So if you want an empty hash then
you need to assign an empty list to it:
%hash = ();
Couldn't you go
undef( %hash );
to get an undefined ref - leaving the old contents for the system to
free up?
--
To unsubscribe, e-mail: [EMAIL PR