Help for this page
my $wordNum = 0; foreach my $boxLine ( @empty_square) { ... $boxLine =~ s/\./ /g; } }