in reply to print all files is soo slow! Why?
Maybe its because autoflush is off, so try
use IO::Handle; STDOUT->autoflush(1);
but then cmd.exe is also slow, it doesn't like when you print lots and lots of stuff, so try redirecting output to a file perl yada.pl > yada.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: print all files is soo slow! Why? (autoflush, cmd.exe)
by harangzsolt33 (Deacon) on Jul 26, 2016 at 04:31 UTC |