public_html/Tags/ptags


NAME

ptags - creates tag files for perl


SYNOPSIS

ptags --add variables Tags.pm ptags

ptags [-h/--help]


DESCRIPTION

This is a really short perl script that use the package Tags.pm (see Tags.pm) to creates tag files for perl scripts and perl modules. It can output either TAGS files for emacs or tag files for vi.

It records in the tag file definition of subroutines and, optionnaly, definitions of global variables. Tags are found with basic patterns. For example, for variables, it is the first occurence of $bla= without indentation.


SEE ALSO

ptags --help for a precise description of the options.

Tags.pm

http://www.eleves.ens.fr:8080/home/nthiery/Tags/

the perl manpage


AUTHOR

Nicolas Thiery

Nicolas.Thiery@ens.fr

http://www.eleves.ens.fr:8080/home/nthiery/