public_html/Tags/ptags
ptags - creates tag files for perl
ptags --add variables Tags.pm ptags
ptags [-h/--help]
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.
ptags --help for a precise description of the options.
Tags.pm
http://www.eleves.ens.fr:8080/home/nthiery/Tags/
the perl manpage
Nicolas Thiery
Nicolas.Thiery@ens.fr
http://www.eleves.ens.fr:8080/home/nthiery/