The scripts will work just fine except in some border cases (mostly when doing some XS stuff). But beware: If you use ActivePerls PDK, Strawberry Perl or something like that to deliver executable (.exe) files, then these executables will be 64bit only.

But it's not that much of a problem since you can install multiple versions of perl on the same computer - just make sure you don't mix your paths.

As for Windows vs. Linux/Unix (this is a personal view!): I'm using Perl since that is (for me) the easiest way to bridge the two worlds. I'm a Linux guy myself (and i hate what Microsoft has done to the IP stack and how they forced when-i-grow-up-i-want-to-be-a-browser version 6 on the users), but with the right tools (=perl) recent versions of Windows are actually quite ok. But you have to be carefull with questions like these, flamewars have been known to start over lesser topics.

Don't use '#ff0000':
use Acme::AutoColor; my $redcolor = RED();
All colors subject to change without notice.

In reply to Re: Will Perl Scripts written on 64 Bit Windows run fine on 32 bit as well? And other questions. by cavac
in thread Will Perl Scripts written on 64 Bit Windows run fine on 32 bit as well? And other questions. by perl514

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.