in reply to Re: Re: Perl code in multiple files
in thread Perl code in multiple files

include. which he used in his question. include occurs in the perlfunc description for require 4 times. Now other than the weird result you seem to get from simple search for include, and the small set of irrelevant stuff from Super Search I think grep of perlfunc or google might have been helpful. Not that I'm saying this entirely warranted a strong response.

--
perl -pe "s/\b;([st])/'\1/mg"

  • Comment on Re: Re: Re: Perl code in multiple files