Help for this page

Select Code to Download


  1. or download this
        my $bonly_ref = shift; # input array Bonly
        my @my_bonly = @$bonly_ref; # input array Bonly
    ...
        ...
    
        @my_bonly = (); # create null arrays
    
  2. or download this
        my (%count, @isec, @diff, @union, @aonly) = ();