perldoc -f open
perldoc -f split

That's a push in the right direction ;-), but not a very hard one.

http://danconia.org


------------------------------------------------
On 14 Nov 2002 14:41:08 +0200, Leon Dippenaar <[EMAIL PROTECTED]> wrote:

> Can anybody just give me a quick example of how one would go about doing
> this? I am on the verge on insanity and I might already be over that
> edge.
> 
> The input file contains names and email addresses.
> 
> The output file with all the names & addresses must be comma delimited
> and listed one address per line
> 
> input looks like this :
> 0001616 | the hospital | box 11667 | selcourt | mulbarton | 1733 |
> [EMAIL PROTECTED]
> 
> output must look like this
> 
> the hospital , [EMAIL PROTECTED]
> 
> Please someone merciful :-) 
> 
> Any examples , or a push in the right direction would be greatly
> appreciated..
> -- 
> Leon
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to