Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    print "Intersection: @intersect\n";
    print "A only: @AOnly\n";
    print "B only: @BOnly\n";
    
  2. or download this
    Intersection: 1 8
    A only: 2 4
    B only: 3 6