in reply to How to create TAGS in perl

Hello

Maybe you already have pltags.pl if you are using vim. I was told by roboticus about this at this thread (Jumping through perl modules with vim). You can find pltags.pl script if you google.

roboticus also pointed me ctags option for perl and other perl module, "Perl::Tags".

I am now using pltags.pl with vim.

Replies are listed 'Best First'.
Re^2: How to create TAGS in perl
by dmitri (Priest) on Sep 23, 2014 at 02:40 UTC
    Like this pltags.pl? In that case, you should give Exuberant Ctags or Perl::Tags a shot for better tags.