Hi

I also faced similar issues in Windows perl distribution. I have solved by using

1. Install & use ActiveState Perl - Windows x86 version - All the modules builds properly & Work properly in x86 (including Win32::Serialport) in my laptop (Which is Windows 7 , X64 but I have x86 version of gcc to compile CPAN modules which are not available in PPM)

2. Purchased ActiveState PDK - There is utility called perlApp, which will convert your .pl to .exe (and includes all dependencies like .ico, .pm , .dll etc etc..) , Which works perfectly with Active perl.

3. Create x86 .exe version of tools and distribute. (It will work on x86 & x64)

4. Note: Yes, I know, creating .exe will increase size. But there is a option to create a dependent exe which uses installed perl without bundling perl in .exe. But I am fine with the size (usually ~3 MB).

Thanks & Regards,
Bakkiaraj M
My Perl Gtk2 technology demo project - http://code.google.com/p/saaral-soft-search-spider/ , contributions are welcome.


In reply to Re: Perl on Windows Best Practices? by sam_bakki
in thread Perl on Windows Best Practices? by KevinZwack

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.