1PERL-TAGS(1) User Contributed Perl Documentation PERL-TAGS(1)
2
3
4
6 perl-tags version 0.01. Copyright 2009, Steffen Mueller
7
8 Usage: perl-tags <options> <input files or dirs...>
9 Generates "perltags" files for use with your editor of choice.
10
11 Options:
12 -o/--outfile Set the path/name of the output file (default: perltags)
13 -d/--depth Set the max recursion depth (recursion into "use Module", etc)
14 (default: 100 (~ infinity))
15 --vars/--no-vars/--variables/--no-variables
16 Set whether variables should be indexed. (Default: yes)
17
18
19
20perl v5.12.0 2009-11-13 PERL-TAGS(1)