Help for this page

Select Code to Download


  1. or download this
    grep($_->pid == $wanted, @{$p->table} )
    
  2. or download this
    use List::Util qw(first);
    my $match = first {$_->pid  == $wanted} @{$p->table};