Help for this page

Select Code to Download


  1. or download this
        my $GlobalMemoryStatus ||= Win32::API->new(
            "kernel32", "GlobalMemoryStatus", ["P"], "V" )
            or return;