I agree with the comments about creating a Unix virtual machine to use as your test bed. Even after (if?) you get your Windows test bed set up, you may have to (re)write some of the code to work on both platforms. That could be a project in and of itself. If getting the code to work in both Windows and *nix is your goal, go for it. I think you're asking for headaches you don't need if that's not your goal.

I have several virtual machines that I spin up, pause, clone, and delete as needed for testing. Having a separate machine for a test environment isn't always needed, either, depending on what you're testing. You can create a virtual host on your Unix site and create a copy of your code there (or use version control) to try out your new code or other things.


In reply to Re^7: Sorry.. Same problem but some progress! by TieUpYourCamel
in thread Sorry.. Same problem but some progress! by traincity

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.