in reply to Pattern matching with \t

Not tested this but:

$_[0] =~ m/([A-Z\d_/.,-]+) \s*\t* (.+?) \s*\t* ([\d.]+) \t* ([\d.]+)*/ix;

--

Brother Frankus.

¤