in reply to ebrowse-like emacs feature for Perl ?

I'm fairly certain Sepia can do this.

Note that it doesn't work like your typical Java/C++ static analysis tools, but instead injects itself into the running perl process, like Slime and other emacs interfaces for dynamic languages.

  • Comment on Re: ebrowse-like emacs feature for Perl ?

Replies are listed 'Best First'.
Re^2: ebrowse-like emacs feature for Perl ?
by educated_foo (Vicar) on Apr 24, 2008 at 12:43 UTC
    Sepia could do class browsing (see Sepia::methods and sepia-tree.el in the distribution), but I don't write enough heavily OO code to have felt the need to implement it. If you want to try writing it yourself, I would be happy to help.