Searched defs:Find (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm2 # Pod/Find.pm -- finds files containing POD documentation
8 # This file is part of "PodParser". Pod::Find is free software;
13 package Pod::Find;
24 Pod::Find - find POD documents in directory trees
28 use Pod::Find qw(pod_find simplify_name);
36 $location = pod_where( { -inc => 1 }, "Pod::Find" );
40 B<Pod::Find> provides a set of functions to locate POD files. Note that
44 use Pod::Find qw(pod_find);
52 use File::Find;
189 # on VMS canonpath will vmsify:[the.path], but File::Find
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm1 package File::Find;
18 File::Find - Traverse a directory tree.
22 use File::Find;
26 use File::Find;
30 use File::Find;
36 on each file found similar to the Unix I<find> command. File::Find
93 directory is in C<$File::Find::dir>. Your preprocessing function is
105 arguments. The name of the current directory is in C<$File::Find::dir>. This
128 There is a variable C<$File::Find::fullname> which holds the absolute
146 are about to be processed a second time, File::Find die
[all...]

Completed in 21 milliseconds