NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Use the NT version (Score:3, Informative)
According to the MSDN site [microsoft.com], you should be able to use GlobalMemoryStatus() on WindowsNT. The docs say that you only need GlobalMemoryStatusEx() if dealing with more than 4GB of main memory. Simple enough to patch with an #ifdef I would think.
Re:Use the NT version (Score:2)
Reply to This
Parent