I've been using Perl (both Activestate and now Strawberry only) on Windows 7 x64 for 2+ years. I started with Activestate and then moved to Strawberry 5.10.1. I'm now at 5.12.3 but have also tested 5.14.x.

I use some non-core modules and all installed without issues. I used the patches to get Net::Pcap to compile and work and even got Tk to compile with a little Google search (one line fix in a header file). I've only used the DBI modules for testing connectivity to an MS Access database and that didn't work for me when I moved from Windows XP 32-bit w/ Strawberry to Windows 7 64-bit w/ Strawberry. I suspect it has to do with the ODBC 32-bit/64-bit EXE and since it was only a test for me, I didn't pursue it.

I also do some IPv6 work and found that although core module Socket should have IPv6 support as of 5.14 - it doesn't on Windows, even though Windows will support the get*info() functions as evidence C programs which I wrote to test and they compiled fine with the gcc provided with Strawberry (and a header file tweak). I needed to install Socket::GetAddrInfo to get IPv6 working.


In reply to Re: Perl and Windows 7 by VinsWorldcom
in thread Perl and Windows 7 by CountZero

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.