Re: Re: database to mail

2001-12-24 Thread Karsten Borgwaldt
Chris Ball <[EMAIL PROTECTED]> schrieb am 24.12.01: > On Mon, Dec 24, 2001 at 01:40:35AM -0500, Fred Sahakian wrote: > > One of the arrays contains HTML paragraph symbols ( ) which I do > > not want to appear in the e-mail that is sent out. Any ideas? > > I'm assuming you mean array literally,

Re: database to mail

2001-12-24 Thread Chris Ball
On Mon, Dec 24, 2001 at 01:40:35AM -0500, Fred Sahakian wrote: > One of the arrays contains HTML paragraph symbols ( ) which I do > not want to appear in the e-mail that is sent out. Any ideas? I'm assuming you mean array literally, in which case all you need is: map { $_ =~ s///ig } @array; #

database to mail

2001-12-24 Thread Fred Sahakian
Hi folks, So I have my mail program printing an e-mail based on info that is in a pipe delimited database. One of the arrays contains HTML paragraph symbols ( ) which I do not want to appear in the e-mail that is sent out. Any ideas? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additi