in reply to Find the .packlists
in thread Copying of installed PMs
oops, that dor loop was wrong:
>> for i in `find /usr/lib/perl5 -name .packlist`;do cat >> all_packlists.txt;done
--
<< for i in `find /usr/lib/perl5 -name .packlist`;do cat $i >> all_packlists.txt;done