in reply to Re^2: ignore list of files using readdir function
in thread ignore list of files using readdir function
in your code is superfluous. You are doing the work (at least the reading of the directory) twice. Might not account for the whole excess time, but maybe...my @files = readdir DIR;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: ignore list of files using readdir function
by kaka_2 (Sexton) on Jul 23, 2013 at 08:57 UTC |