I am an emacs user and a vi survivor (I know emacs would be a nice operative system if it had a nice editor). I know that there is a "easy" way to integrate vi and Perl. Meanwhile, emacs is being not so easy. The Perlmacs is from 2000 and Emacs::EPL from 2001.
This means perl hackers do not use emacs, or that emacs is good enough not needing perl integration?
Happy Emacs and Perl user (Score:2)
EPL's fine (Score:1)
emacs and cperl-mode is all I need (Score:2)
The only integration I have ever used in emacs is the Version control so that I have lots of revisions of all the code I am working on, its also handy when using CVS.
I usually run perldoc, perl -e '$short_perl_code' and CPAN from the command line. perl -cw is something I also prefer to do from the command line, usually outputting stderr to a log.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Ah but... (Score:1)
Re:Ah but... (Score:1)
Cygwin [cygwin.com] also has emacs and that's what I use to have all the goodness of bash and other tools handy.