I really appreciate you going to all the trouble you have. I have already spent 3+ hours today (not counting last night) researching the various options outlined in this thread. All total I've spent at least 8 hours on the project so far and I'm still in the research stage. But since most all of that work has been on my own dime, I can probably finish up with only 8 hours at work. It has been a frustrating experience (and people think Unix is arcane?). As for using Win32::API and GetVersionEx, I haven't been able to come up with a single Perl example yet and from what I've seen so far, it's methods are far too obscure for my taste.

I'm definitely going to use Win32::GetOSVersion(). It is just a shame that it is so difficult to find up-to-date values for the various OS versions. As for your question, I don't know about the values for XP but perhaps others reading this thread might be able to help. I'm sure I won't be needing that info for several months.

If anyone knows of one, could you please post a link to a more complete reference for the various OS values than are in the perldocs?

Thanks again.

"Make everything as simple as possible, but not simpler." -- Albert Einstein


In reply to Re: Re: Re: Re: Windows Version Detection by jlongino
in thread Windows Version Detection by jlongino

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.