"Suggestions, improvements are welcome!"
Instead of shelling out to get the file names:
use File::Find::Rule; my $path = 'lib'; my @files = File::Find::Rule->file() ->name('*.pm') ->in($path);
In reply to Re: A unit-test script that causes remorse
by stevieb
in thread A unit-test script that causes remorse
by Dallaylaen
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |