Help for this page
#!/usr/bin/perl use strict; ... 909 ] ];
use feature 'say'; foreach my $row (@column) { for (@$row) { say $_ if (defined) } }