imp has asked for the wisdom of the Perl Monks concerning the following question:
I'm looking for a way to have ctags handle perl scripts/modules intelligently - by building the tags based on the modules that are loaded. Does anyone know a good way to do this?
Solution criteria:
- Uses the specified perl binary (from the shebang)
- Uses the module that is in the @INC path for this perl
- Preferrably descends into modules loaded by the explicitly used modules.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Intelligent ctags for perl in vim
by dbwiz (Curate) on Jul 01, 2006 at 21:33 UTC | |
Re: Intelligent ctags for perl in vim
by osfameron (Hermit) on Jul 02, 2006 at 15:06 UTC | |
by imp (Priest) on Jul 02, 2006 at 15:46 UTC | |
Re: Intelligent ctags for perl in vim
by drbean (Novice) on Jul 06, 2006 at 03:12 UTC | |
Re: Intelligent ctags for perl in vim
by LanX (Sage) on Dec 10, 2009 at 10:15 UTC |
Back to
Seekers of Perl Wisdom