A slightly more targetted approach if you have unzip.exe:
for /r c:\ %p in (*.par) do @echo %p && unzip -l "%p" | find "perl510. +dll"
That should give you a list of the .par files on your system along with any that contain the errent dll.
In reply to Re^11: Perl_croak_xs_usage problem
by BrowserUk
in thread Perl_croak_xs_usage problem
by markuhs
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |