Help for this page
find . -type f | xargs grep -l '#!/usr/bin/perl' | xargs -L 1 perl -i.orig -pe 's:#!/usr/bin/perl:#!/usr/bin/env perl: +'