perlfaq3: Is there a ctags for Perl?
[email protected] (_brian_d_foy) Fri, 29 Apr 2005 15:47:54 -0500
| Newsgroups | perl.perlfaq.workers,perl.documentation |
|---|---|
| Message-ID | <290420051547545491%[email protected]> |
* I added a reference to a script that's more developed than Tom's script. Index: perlfaq3.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq3.pod,v retrieving revision 1.48 diff -u -d -b -r1.48 perlfaq3.pod --- perlfaq3.pod 22 Apr 2005 19:04:48 -0000 1.48 +++ perlfaq3.pod 29 Apr 2005 20:46:08 -0000 @@ -202,13 +202,11 @@ =head2 Is there a ctags for Perl? -Recent versions of ctags do much more than older versions did. -EXUBERANT CTAGS is available from http://ctags.sourceforge.net/ -and does a good job of making tags files for perl code. +(contributed by brian d foy) -There is also a simple one at -http://www.cpan.org/authors/id/TOMC/scripts/ptags.gz which may do -the trick. It can be easy to hack this into what you want. +Exuberent ctags supports Perl: http://ctags.sourceforge.net/ + +You might also try pltags: http://www.mscha.com/pltags.zip =head2 Is there an IDE or Windows Perl Editor? -- brian d foy, [email protected]