Help for this page
for i in *; do perl -c "$i" || echo rm -- "$i"; done
for i in *; do perl -c "$i" || echo rm -- "$i"; done |bash