Help for this page
# In this example, 'first' column are neighbours with only 1 position differ. ... Hence given a tag of length L we will have 3*L + 9L(L-1)/2 neighbors
#!/usr/bin/perl -w use strict; ... }