![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^6: Script exponentially slower as number of files to process increasesby kikuchiyo (Hermit) |
on Jan 28, 2023 at 17:44 UTC ( #11149987=note: print w/replies, xml ) | Need Help?? |
You could run the script with strace -o /tmp/trace -ff -e trace=%file script.pl to see why the file opens fail.
In Section
Seekers of Perl Wisdom
|
|