my ($var1, $var2) = split /\t/, "string with\ttabs"; [download]
In reply to Re: String Splitting by friedo in thread String Splitting by Bugorr