Nowadays it is not unusual to development teams to use a Virtual Machine our even Docker to make a complete development available.

You should ask them if they have something like that: you will probably use more space than you would like to (specially if their solution is a VM), but at least you will not have to worry about setting up the environment.

If you don't want to use the Apache/mod_perl, you might be able to deal with part of their code (the ones that aren't directly related to mod_perl), but you will be severely limited depending on how their code is structured. mod_perl is very coupled with Apache for obvious reasons.

Finally, at least in a Unix-like OS, you should be able to install Apache + mod_perl very easily. If you have Linux, I bet you will find an image for Docker with Apache + mod_perl already setup!

Alceu Rodrigues de Freitas Junior
---------------------------------
"You have enemies? Good. That means you've stood up for something, sometime in your life." - Sir Winston Churchill

In reply to Re: Web Works by glasswalk3r
in thread Web Works by Sandy

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.