Help for this page

Select Code to Download


  1. or download this
    my $details = InContact::cDBI::contact->contact_detail(recontact =
    > $tm);
    
  2. or download this
    my @details = $obj->contact_detail(recontact =
    > $tm);
    
  3. or download this
    my @contacts = map { $_->contact_id } InContact::cDBI::contactdetail->
    +search(recontact =
    > $tm);