Help for this page

Select Code to Download


  1. or download this
    my $wordNum = 0;
    foreach my $boxLine ( @empty_square) {
    ...
            $boxLine =~ s/\./ /g;
        }
    }