http://www.perlmonks.org?node_id=603831


in reply to Re^5: IDE for perl
in thread IDE for perl

The README has some information, but basically, you need to put *.el from the distribution in emacs' load-path, then do
M-x load-library RET sepia RET M-x sepia-init RET M-x sepia-rebuild RET
As for what it does beyond eshell and cperl-mode, the main features are tab-completion of functions and variables, an interactive prompt, and cross-referencing (to find definitions, callers, callees, etc.).

Replies are listed 'Best First'.
Re^7: IDE for perl
by wazoox (Prior) on Mar 08, 2007 at 17:19 UTC
    That's great. It would be quite easy to adapt this to any scriptable editor (like Vim or Nedit).