On Thu, Jan 8, 2009 at 14:10, Mike McClain wrote:
> On Thu, Jan 08, 2009 at 01:52:02AM +, Rob Dixon wrote:
>> Chas. Owens wrote:
>> > File::Find::find(
>>
>> File::Find exports find() by default. It is better either to use the import
>> or
>> to prevent it altogether with
>>
>> use File::Fi
On Thu, Jan 08, 2009 at 01:52:02AM +, Rob Dixon wrote:
> Chas. Owens wrote:
> > File::Find::find(
>
> File::Find exports find() by default. It is better either to use the import or
> to prevent it altogether with
>
> use File::Find ();
>
> in the first place.
>
> Rob
In what way is it be
Chas. Owens wrote:
> On Wed, Jan 7, 2009 at 07:41, Anže Vidmar wrote:
>> hello!
>>
>> I have some nasty, non-ascii character in some files that contains php code
>> (actually somewhere in my SVN branch). What I want to do here is to
>> recursively find all the files that contains a specific non-as
Anže Vidmar wrote:
>
> I have some nasty, non-ascii character in some files that contains php
> code (actually somewhere in my SVN branch). What I want to do here is
> to recursively find all the files that contains a specific non-ascii
> character in the file. And most importantly - i need
On Wed, Jan 7, 2009 at 07:41, Anže Vidmar wrote:
> hello!
>
> I have some nasty, non-ascii character in some files that contains php code
> (actually somewhere in my SVN branch). What I want to do here is to
> recursively find all the files that contains a specific non-ascii character
> in the fil