"John W. Krahn" wrote:
>
> Barbara Green wrote:
> >
> > Hi Folks
>
> Hello,
>
> > I'm new to Perl, just a few days into it. I would like to know now I
> > can search all files on a server
>
> perldoc File::Find
>
> > for names or numbers
>
> In the file name or in the file itself?
>
> perld
Barbara Green wrote:
>
> Hi Folks
Hello,
> I'm new to Perl, just a few days into it. I would like to know now I
> can search all files on a server
perldoc File::Find
> for names or numbers
In the file name or in the file itself?
perldoc perlre
perldoc perlretut
perldoc -f open
perldoc perlo
Barbara Green wrote:
Hi Folks
Hello,
I'm new to Perl, just a few days into it. I would like to know now I
can search all files on a server for names or numbers and have perl make
a list of the found files.
Try File::Find
at http://search.cpan.org/
The examples there will help you on your way, a