for my $h (@order) {
$out_files{$h} = FileHandle->new(">$output.$h.sql");
binmode($out_files{$h},'utf8');
for my $h (@order) {
$out_files{$h} = FileHandle->new(">$output.$h.sql");
binmode($out_files{$h},'utf8');
my $fields = join(',', @{ $fieldcache{$hint}{fields} });
$main_out->print( "DELETE FROM $fieldcache{$hint}{table};\n" ) if (grep {$_ eq $hint } @wipe);
my $fields = join(',', @{ $fieldcache{$hint}{fields} });
$main_out->print( "DELETE FROM $fieldcache{$hint}{table};\n" ) if (grep {$_ eq $hint } @wipe);