$lc   = List::Compare->new(\@A, \@B);
    @comp = $lc->get_complement;
    $lcm  = List::Compare->new(\@A, \@B, \@C);
    @comp = $lcm->get_complement;
| Previous | Back to start of show | Next | 
| Slide: 46 list_compare_polymorphism | © 2003 James E. Keenan |