Help for this page

Select Code to Download


  1. or download this
    foreach my $thr (threads->list) {
        # Don't join the main thread or ourselves
    ...
             $thr->join;
                }
            }
    
  2. or download this
        my $GetProcessMemoryInfo = Win32::API->new('psapi','GetProcessMemo
    +ryInfo', ['I', 'P', 'I'], 'I') or return $^E;