Re: arrays + split

2002-02-26 Thread Jeff 'japhy' Pinyan
On Feb 27, Stuart Clark said: >Hi All, > >How do i gather an array of data from a line which has no delimiters. >The data is put into positions relative to the start of the line. >#string 1 will be position 1-5 on the line >#string 2 will be position 6-15 on the line >#string 3 will be position

RE: arrays + split

2002-02-26 Thread Wagner-David
I thank you will have to use substr since you have daffygoofy and you have nothing to split on, so use substr to get the data. Wags ;) -Original Message- From: Stuart Clark [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 19:57 To: perllist Subject: arrays + split H