This is perfect - thank you!

One issue, though (although I suspect this is more to do with vim): it did not recognise a (locally defined) sub whose filename contained an underscore.

On Mon, 10 Jul 2006, Hakim Cassimally wrote:

On 28/05/06, Vigil <[EMAIL PROTECTED]> wrote:
> I would just like ctags to work with perl :-/

ctags already works with Perl (up to a point) though the bundled
pltags.pl script is slightly better.  You might also want to try my
recently released perl module Perl::Tags, which is a slightly
modernised version of that script.  It has the advantage of being
embeddable within Vim, so you can incrementally add to a tags file as
you edit.  With some changes in ftplugin/perl.vim you can open a
script (without having run ctags first) and jump to the definition of
a function in one of the modules use`d by that script (or recursively
up to a set limit).

http://search.cpan.org/~osfameron/Perl-Tags/lib/Perl/Tags.pm

Regards,
Hakim


--

.

Reply via email to