Help for this page
! defined and $_ = ' ' for @$row;
not defined( $_ ) and $_ = ' ' for @$row;
$_ //= ' ' for @$row;