diff options
author | Dan Jacobson <jidanni@hoffa.dreamhost.com> | 2009-03-25 08:09:05 -0500 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2009-03-25 08:09:05 -0500 |
commit | 9b33fb8e6c642ded0db0a0bb8945dd083127b56f (patch) | |
tree | 2285cfc08806ccd64d712c700c6578af7f3c8904 /x2p | |
parent | 3d4382850300c498d5f4a81fdec29a4a557840bd (diff) | |
download | perl-9b33fb8e6c642ded0db0a0bb8945dd083127b56f.tar.gz |
Add SEE ALSO's to find2perl and File::Find.
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/find2perl.PL | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x2p/find2perl.PL b/x2p/find2perl.PL index 5add931397..982ed2632c 100644 --- a/x2p/find2perl.PL +++ b/x2p/find2perl.PL @@ -55,6 +55,12 @@ my $startperl = "#! $perlpath -w"; # Ken Pizzini <ken@halcyon.com> # # Modified 2000-01-28 to use the 'follow' option of File::Find +# +# Note currently +# $ find2perl -name a|wc #produces a shorter program +# 30 72 569 +# $ find2perl |wc #than this: +# 33 76 655 sub tab (); sub n ($$); @@ -921,7 +927,7 @@ Predicates which take a numeric argument N can come in three forms: =head1 SEE ALSO -find +find, File::Find. =cut !NO!SUBS! |