##
$content =~ tr/\t//d;
####
if ( $line =~ /CONTACT/ ) {
$line =~ s/CONTACT//;
####
if ( $line =~ s/CONTACT// ) {
####
if ( $line =~ /(.+?)=.+/ ) {
unless ( $cols{$1} and $cols{$1} == 1 ) {
$cols{ ucfirst lc $1 } = 1;
push @cols, ucfirst lc $1;
}
####
if ( $$row{$_} ) {
push @rows, $$row{$_};
}