$ perl -MData::Dumper -e'@a = split /\t/, "foo\t\tbar"; print Dumper \@a' $VAR1 = [ 'foo', '', 'bar' ];