perl-tags(1)

PERL-TAGS(1) User Contributed Perl Documentation PERL-TAGS(1)

SYNOPSIS

  Usage: perl-tags <options> <input files or dirs...>
  Generates "perltags" files for use with your editor of choice.
  
  Options:
  -h/--help      Display this help
  -v/--version   Display the version number
  -o/--outfile   Set the path/name of the output file (default: perltags)
  -d/--depth     Set the max recursion depth (recursion into "use Module", etc)
                 (default: 10, use 0 to set no limit)
  --vars/--no-vars/--variables/--no-variables
                 Set whether variables should be indexed. (Default: yes)
  -p/--ppi       use PPI parsing (Default: no)
  --prune        Glob patterns to prune. May be passed multiple times. 
                 (Default: .git, .svn)
  --files/-L     Instead of input files or dirs specified after the options,
                   read paths of the files to process from this file, one
                   per line.  If '-' is specified, stdin is read.

AUTHOR

Copyright 2009-2014, Steffen Mueller, with contributions from osfameron

2014-05-11 perl v5.22.0