is there a Perl IDE / Editor that supports working on files remotely (via SSH)?
Currently I’m using the shell with vim & nano on the remote machine, and when working locally, I usually use Aptana Studio (Eclipse + EPIC).
p.s: I’m working under linux.
Thanks,
You could mount the remote file system with sshfs then work on it with any local IDE