Help for this page
print $array[$i][$j] if defined $array[$i][$j];
if (defined $array[$i][$j]) { print $array[$i][$j]; } else { print ''; }