PipeDelimited Input / Three File Output (Positional Characters)

2003-03-11 Thread Gorden-Ozgul, Patricia E
I have need to process a file from the following eight(8) column, pipe-delimited format: pos12 34 567 8 12345a|a1b2c5d6efg|2c3v4|abcd432|69836|zbn8734abc|893hgj747|bvc098n|

RE: PipeDelimited Input / Three File Output (Positional Characters)

2003-03-11 Thread David Olbersen
, Patricia E [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 2:11 PM To: '[EMAIL PROTECTED]' Subject: PipeDelimited Input / Three File Output (Positional Characters) I have need to process a file from the following eight(8) column, pipe-delimited format: pos12 3

RE: PipeDelimited Input / Three File Output (Positional Characters)

2003-03-11 Thread Shishir K. Singh
: Gorden-Ozgul, Patricia E [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 2:11 PM To: '[EMAIL PROTECTED]' Subject: PipeDelimited Input / Three File Output (Positional Characters) I have need to process a file from the following eight(8) column, pipe-delimited format: pos12

Re: PipeDelimited Input / Three File Output (Positional Characters)

2003-03-11 Thread R. Joseph Newton
Gorden-Ozgul, Patricia E wrote: Is this doable in perl? Yes. If so, how would I code it? By examining the problem, determining what steps you need to take to solve it, developing a plain-language algorithm that describes in precise terms what steps must be taken to get there, and then