Help for this page

Select Code to Download


  1. or download this
    package InContact::cDBI::contactdetail;
    use base 'InContact::cDBI';
    ...
    
    __PACKAGE__->set_up_table('contact');
    __PACKAGE__->has_many('contact_detail' => 'InContact::cDBI::contactdet
    +ail', 'contact_id');
    
  2. or download this
        my $details = InContact::cDBI::contact->contact_detail(recontact =
    +> $tm);
        print Dumper $details;
    
  3. or download this
    $VAR1 = bless( {
      '_data' => [
    ...
      '_place' => 0,
      '_mapper' => [],
      '_class' => 'InContact::cDBI::contactdetail'