in reply to Perl ctags How To
I run it in the root directory of any larger project I work with. To get documentation on CPAN modules, I use perldoc (integrated into Emacs, of course, so I can just press a key combination on a module name and get the documentation). I rarely need to read the source of the CPAN modules, but if I need it, I use perldoc -l or perldoc -m. It hasn't happened enough times to bother me to find out whether Emacs supports it (and implement it if not).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl ctags How To
by learnedbyerror (Monk) on Jan 12, 2021 at 05:33 UTC |