NAME

ptags - create a tags file for Perl code, for use by vim


SYNOPSIS

Usage: ptags [options] filenames

Example: ptags lib/*.pm *.pl

Options:

-f

Tag file name. Default 'tags'.

-a

Append mode. Default off.

-L file_name

Read from file 'file_name' a list of file names for which tags should be generated.

-s

Sort output data. Default off.

-d

Package delimiter. Default '__'.

-nosub

Don't include subs declarations in tags file.

-nomod

Don't include 'use' and 'require' in tags file.

-nolab

Don't include labels in tag file.

-noglob

Don't include global variable declarations in tag file.

-nopack

Don't include package declarations in tag file.

-nofile

Don't include file name in tag file.


AUTHOR

 Okunev Igor V.  mailto:igor@prv.mts-nn.ru
                 http://www.mts-nn.ru/~gosha