Help for this page

Select Code to Download


  1. or download this
    package Upd::Common::System;
    use strict;
    use Exporter 'import'; # gives you Exporter's import() method directly
    @EXPORT_OK = qw(getRemoteProcessIds);  # symbols to export on request
    
  2. or download this
    use Upd::Common::System qw( getRemoteProcessIds );