in reply to Re: Copying files between directories. How can I improve this code.
in thread Copying files between directories. How can I improve this code.
$ perl -MO=Deparse -e'while ($name = readdir(ORIG)) {}' while (defined($name = readdir ORIG)) { (); } -e syntax OK
|
|---|