Ok there has to be an easier/faster way to extract this data.
I have 29 fields and am interested in grabbing the 15 and 16
fields from the line.
This way works but is sooo slow.
($junk1,$clliA,$clliZ) = /^(.*)\|(.*)\|(.*)\|(.*)\|(.*)\|(.*)\|(.*)\|(.*)\|(.*
)\|(.*)\|(.*)\|(.*)\|(.*)\|(.*)\|(.*)$/;
$clliA and $clliZ are what I am interested in.
Any ideas???? Thx