diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/pods/perlutil.pod')
-rw-r--r-- | Master/tlpkg/tlperl/lib/pods/perlutil.pod | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/pods/perlutil.pod b/Master/tlpkg/tlperl/lib/pods/perlutil.pod index 453248d2497..53ecb5986d3 100644 --- a/Master/tlpkg/tlperl/lib/pods/perlutil.pod +++ b/Master/tlpkg/tlperl/lib/pods/perlutil.pod @@ -75,7 +75,7 @@ typeset PostScript or text file of the whole lot. =back -=head2 Convertors +=head2 Converters To help you convert legacy programs to Perl, we've included three conversion filters: @@ -253,6 +253,11 @@ archive and an unextracted one. (Note that this utility requires the C<Text::Diff> module to function properly; this module isn't distributed with perl, but is available from the CPAN.) +=item L<ptargrep> + +F<ptargrep> is a utility to apply pattern matching to the contents of files +in a tar archive. + =item L<shasum> This utility, that comes with the C<Digest::SHA> module, is used to print |