Perl wrote:
> Hello
>
>>I am using File::Find to find files located at a $dir directory,
>>however it goes through all subdirectories. I mean I don't want
>>to search recursively.
>>
>>Also which module you recommend for search and print through the
>>files that File::Find will find.
Just use o
Hello
>
> I am using File::Find to find files located at a $dir directory,
> however it goes through all subdirectories. I mean I don't want
> to search recursively.
>
> Also which module you recommend for search and print through the
> files that File::Find will find.
>
> Thanks for help
> Adam
_