Currently I dual-boot my laptop with XP and Ubuntu. Ubuntu is mostly for Perl development, and Windows everything else. This isn't a huge issue, but it's becoming more of one now that I' getting more into PHP, etc, and need to go back to Windows more often (I use Dreamweaver, etc). So I decided I'd install ActiveState Perl, PHP, Apache in Windows, and make that my "development" environment for the time being. But I found that some of my scripts don't work because I use the "cwd" module. Now I'm concerned that scripting Perl in Win32 will cause problems when I move my scripts over to my UNIX webserver. All of my scripts will be used on some flavor of UNIX. I will write them in Win32 just because it's easier to do the rest of my development. So my question is, I understand Perl is portable and cross-platform, but is writing stuff in Win32 to use in UNIX a pain to really do? Also, I use Komodo. Thanks in advance.

In reply to 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.