http://www.perlmonks.org?node_id=700687


in reply to Deleting corrupted perl files - modifying the perl runtime

If the bad scripts are detectable by the perl compiler, why not just run perl -cw script and inspect the (error) output?

What kind of corruption did the files undergo? How about restoring from a backup?