in reply to purge Text::Table empty columns

my @planets = qw('Uranus' '' 'Pluto');

The middle element is by no means empty, but is a string consisting of two quote characters. Maybe try it with undef instead? or a really empty string?

Perl 6 - links to (nearly) everything that is Perl 6.