Help for this page
# Find the number of vertices my @L; ... push(@L, $S[$i][$j]); } }
my @L = map { @$_ } @S;