in reply to Re^4: Data validation and blank spaces in tab formatted csv file
in thread Data validation and blank spaces in tab formatted csv file

$variable = undef unless $variable =~ /\S/;