Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: IDE for PERL

by derby (Abbot)
on Aug 07, 2013 at 17:53 UTC ( [id://1048398]=note: print w/replies, xml ) Need Help??


in reply to IDE for PERL

vim and ssh :-)

-derby

Replies are listed 'Best First'.
Re^2: IDE for PERL
by Sergeyk (Novice) on Aug 07, 2013 at 18:20 UTC
    I am a network engineer. I often write perl scripts to perform various tasks on the network equipment. Typically the network equipment is controlled from a server to which I have only FTP,SSH access. I'm looking for the possibility of developing on remote servers. i.e. I want to be able to run and debug scripts on a remote machine with the same features like on localhost, avoiding copying the files manually back and forth
      From this description, I'm going to second the VIM and SSH approach.

      I also am a network engineer/architect with many scripts written to work with cisco equipment. I'm a command line guy all the way, GUI's usually get in my way more than help me out.

      -Scott

      I'll also recommend vim and ssh. Working on code on remote servers, it's just easier. Not only don't you have to copy files, but keeping the configuration compatible on the local box is unnecessary.

      Vim can be quite powerful if you use its features.

      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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1048398]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-24 01:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found