One of the best tools I have found for developing Perl code within a Windows environment for use on a Linux server is the editor jEdit.

This editor has the ability to select the type of line break to use, provides good syntax highlighting, and all the other basics. The thing that sets it apart though are the plugins available.

The plugin I have personally found to be the most useful is the FTP plugin, allowing you to work directly against a Linux box from your Windows machine, even over an sftp connection. There are a number of others that make life as a programmer much easier as well, just look through and choose for yourself.

Of course, as was pointed to in a post by marto, make sure to read through the Setting up Perl/CGI with Windows guide written by Ovid. This will help you get past a large number of the basic snags to running your code on a Windows box.


In reply to Re: perl development on Win32...but for UNIX! by thedoe
in thread perl development on Win32...but for UNIX! by yeahyeahyeah

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.