List::Compare's Regular mode computes all relationships inside the constructor.
Challenge: Why have constructor compute all relationships if you only want one?
Response: List::Compare's Accelerated Mode.
$lca = List::Compare->new('-a', \@master, \@sources);
@intersection = $lca->get_intersection;
Previous | Back to start of show | Next |
Slide: 6 accelerated | © 2004-18 James E. Keenan |