Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: IDE for PERL

by Sergeyk (Novice)
on Aug 07, 2013 at 18:20 UTC ( [id://1048404]=note: print w/replies, xml ) Need Help??


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

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

Replies are listed 'Best First'.
Re^3: IDE for PERL
by 5mi11er (Deacon) on Aug 07, 2013 at 19:04 UTC
    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

Re^3: IDE for PERL
by jakeease (Friar) on Aug 08, 2013 at 10:18 UTC

    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.

Re^3: IDE for PERL
by naChoZ (Curate) on Aug 10, 2013 at 14:36 UTC

    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://1048404]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-18 23:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found