Help for this page

Select Code to Download


  1. or download this
    my @empty_square = qw(+----+
                          |....|
    ...
                          |....|
                          +----+                    
                         );
    
  2. or download this
    foreach my $boxLine ( @empty_square) {
    
  3. or download this
    foreach my $line ( @empty_square) {
        my $boxLine = $line;