in reply to Re: What are the criterias of a "good" Perl IDE?
in thread What are the criterias of a "good" Perl IDE?

well e.g. emacs uses tramp-mode for remote editing.

but you may be interested in a general solution like the one mentioned here:

Re^5: IDE on Windows to edit Perl files on my unix server? (samba->vmware->sshfs)

Cheers Rolf

  • Comment on Re^2: What are the criterias of a "good" Perl IDE?

Replies are listed 'Best First'.
Re^3: What are the criterias of a "good" Perl IDE?
by dekimsey (Sexton) on Aug 15, 2009 at 23:15 UTC

    Unfortunately this solution does not take into account the system libraries and the environment the application is normally run in. Not to mention the pathing issues that arrise.

    I guess the editor would need to be able to edit/execute/test files through an ssh shell.

    Danny.