Help for this page

Select Code to Download


  1. or download this
    my %hMem = (TotalPhys =>0, AvailPhys =>0);
    Win32::MemoryInfo::MemoryStatus(%hMem,"MB");
    
  2. or download this
    sub MemoryStatus (\%;$) {
       my $return = shift;
    ...
       }
    1;
    }