my $confirm;
my $verbose = 0;
my $help;
my @columns_to_remove;
my @preserve_fields;
GetOptions(
'c|confirm' => \$confirm,
-