Help for this page
my( $avail, $total )= MemoryStatus( "MB", "AvailPageFile", "TotalPageFile" );
my( $avail, $total )= MemoryStatus( "MB", [ "AvailPageFile", "TotalPageFile" ] );
my $hMem= MemoryStatus( "K" ); my $load= $hMem->{MemoryLoad};
perl -de 0 DB<1> use Win32::MemoryInfo "MemoryStatus" ... 'AvailPageFile' => 3026 'TotalPageFile' => 32768 [...]
my @fieldNames= qw( MemoryLoad TotalPhys AvailPhys TotalPageFile ... my $hFields= {}; @$hFields{@fieldNames}= @fieldValues; return @_ ? @$hFields{@_} : $hFields;
A photo of people (family, friends, myself, ...) A photo of my pet(s) A photo of something man-made (cars, machines, etc.) A photo of nature, space, or something else not man-made An abstract pattern Artwork, digital or photographed A solid color A digital animation Whatever my desktop environment has set for me by default I haven't seen my background in weeks, too many windows covering it!
Results (56 votes). Check out past polls.