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


in reply to Re^2: IDE for PERL
in thread IDE for PERL

I'll throw another one on for the vim/ssh approach. I do this kind of thing often because vim really is the simplest way. All it takes it two plugins to make the process completely painless. The netrw plugin allows you to use an scp url to open a remote file and behaves exactly how you'd expect.

I also use the project plugin. For me it's basically a great bookmark plugin for my common files, so I have a lot of lines like scp://host1.example.com/path/filename in there.

--
Andy