Help for this page
$ cat junk.pl ! defined and $_ = ' ' for @$row; ... ; (defined($_) or ($_ = ' ')) foreach (@$row); junk.pl syntax OK
my @array = 1 ..2; print "@array\n"; ... __END__ 1 2 1 2