Help for this page
if ($colref->[0] =~ /^#/) { next; }
my $anynonblank=0; for my $item (@$colref){ unless ($item =~ /^\s+$/) { $anynonblank=1; last; } } unless ($anynonblank) { next; }
No recent polls found