1. SSH to the remote server and use vi

When developing web applications and computer-specific applications.

5. Develop locally

For modules and normal scripts.

I'm not a Windows user, but Linux can be a great desktop OS too. I develop locally and remotely, but almost always with (a recent version of) vim. When developing web applications, I usually do so on the server it is going to run on, but not when it's a common module (like PLP) or the ssh connection is too slow.

When I need to move scripts away from my computer, I use e-mail if the script was meant for a customer, and I use scp (comes with ssh) for computer-to-computer copying. FTP is insecure and too much work.

Windows is now an emulated system on my computer, and only for electronic banking and some casual MSIE development. I have never used Windows to develop Perl scripts, though. Visual programming is something Windows is useful for, but I used an older computer for development back then, because IMHO, Perl for Win32, Apache for Win32 and MySQL for Win32 suck. I think the platform might be the cause :)

- Yes, I reinvent wheels.
- Spam: Visit eurotraQ.


In reply to Re: Whats your development environment by Juerd
in thread Whats your development environment by hakkr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.