My situation is unusual. I started a company around 15 or so years ago and it's grown now so there are 4 employees, probably soon more. The website, order system, stock tracking system, product database and a heck of a lot more was and continues to be all written by me in Perl - quite badly in places. This collection of scripts is more than central to the company - it runs everything.

This is not sustainable so I'm hoping to hire a Perl developer to assist me with bug fixing and new development work (email me if you're interested, btw...!). The job can probably be done remotely but regardless I will need to set up a suitable development environment. I'm ashamed to say that I work directly on our local system (although never the live website), sometimes while people are using it. I do appreciate that this is extremely bad and I must be chastised strongly for being very naughty. Still, it works for me.

But it won't work for someone else - so I need to set up a suitable development environment for a proper developer to code, test and then when ready move it to the live environment. And I have absolutely no experience of this; I've just learned Perl on the fly as I needed to. So that's my problem - what does a good (but simple and straightforward) development environment consist of that will keep a Perl developer in good spirits?

The environment is Windows with MySQL 5.15 and Apache 2 with ActiveState Perl 5.16. I use a variety of libraries but a lot is done in Rose::DB. Currently I just code in Komodo Editor and search using a file scanner to find what I need. There is no development studio or anything. I presume the developer will need a development server to play with on top of the machine that he/she uses and then we would need a way of migrating new code to the local live server. But beyond that hazy conjecture, I really haven't got a clue where to start. Is source control a requirement? Can I use Visual Studio? How do I keep the development MySQL schema in synch with the live one?

So, having bared my soul - is there any monk who can advise how I can ascend from the dark side to the light and repair the sad situation that I have created? Any tips would be much appreciated...


In reply to What is a good, straightforward Perl with Mysql development environment? by jfrm

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.