in reply to Require input reading files recursively in perl
If you do _not_ want to do the recursion yourself, you also could use File::Find .
UPDATE: added "not"
In Section
Seekers of Perl Wisdom
in reply to Require input reading files recursively in perl
If you do _not_ want to do the recursion yourself, you also could use File::Find .
UPDATE: added "not"