This commit is contained in:
Zane C. B-H 2019-08-20 00:45:00 -05:00
parent 30a9e59ebf
commit 5fd5246beb
1 changed files with 17 additions and 0 deletions

View File

@ -44,6 +44,23 @@ our $VERSION = '0.0.0';
=head2 new
my %args=(
checks=>[
{
type=>'PID',
invert=>0,
args=>{
pids=>['0'],
}
}
]
);
my $ppm;
eval{
$ppm=Proc::ProcessTable::Match->new( \%args );
} or die "New failed with...".$@;
=cut
sub new{