linux - Perl IDE over SSH -


Is there a Perl IDE / editor that supports remotely working on files (via SSH)?

Currently I am using shell with shell; Nano on remote machines, and while working locally, I usually use Aptana Studio (Eclipse + EPIC).

ps: I am working under Linux.

Thank you,

You can mount remote file system with sshfs, After that, any local IDE can work with

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -