in reply to purge Text::Table empty columns
my @planets = qw('Uranus' '' 'Pluto'); [download]
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?