Help for this page
#!/usr/bin/perl use strict; ... my $set = Set::IntSpan->new(\@arr); print join ' ', $set->holes->elements;