Help for this page

Select Code to Download


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