in reply to
Splitting a string is giving me gaps in my array
Are you absolutely sure there are never multiple tabs? Have you tried /\t+/ instead of /\t/ ?
Christopher E. Stith
Comment on
Re: Splitting a string is giving me gaps in my array
Replies are listed 'Best First'.
Re^2: Splitting a string is giving me gaps in my array
by
jenand
(Initiate)
on Jan 07, 2005 at 15:36 UTC
It isn't multiple tabs, because the rest of the data is in there - all the digits are from the same field.
[reply]
In Section
Seekers of Perl Wisdom