A few key steps off the top of my head are:

  1. Make sure your directory stucture on the W2K server is identical inso far as the web server is concerned. </il>
  2. Check the modules you are using and make certain they exist on your W2K Perl.
  3. Check for external commands that might be called via backticks or system, etc. Those progs may not exist in W2K by default.
  4. Permissions are a pain to translate over. Make them very restrictive during testing and open things up as you go.
But, the short answer is "not so much", unless you're also changing web servers, say from Apache to IIS (ew!). That's a whole 'nother nest of hornets IMHO, but some well worded Super Searches sould help here. I would also recommend going with ActiveState's perl distribution, if for no other reasons than the wide proliferation of it and the Perl Package Manager.

HTH
--
idnopheq
Apply yourself to new problems without preparation, develop confidence in your ability to to meet situations as they arrise.


In reply to Re: unix to win2k transfer by idnopheq
in thread unix to win2k transfer by Anonymous Monk

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.