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

2003-03-11 Thread David Olbersen
Since you haven't provided any code, I can't either. Read up on 'split' though, that should help quite a bit. -- David Olbersen iGuard Engineer 11415 West Bernardo Court San Diego, CA 92127 1-858-676-2277 x2152 -Original Message- From: Gorden-Ozgul,

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

2003-03-11 Thread Shishir K. Singh
And pack too perldoc -f pack perldoc -f split That should solve your purpose -Original Message- From: David Olbersen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 5:18 PM To: Gorden-Ozgul, Patricia E; [EMAIL PROTECTED] Subject: RE: PipeDelimited Input / Three File Output

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