Re: PerlSetVar string value - no \n translation?

2001-10-28 Thread Stas Bekman
Yet another solution would be to use this: PerlSetVar Foo first line PerlAddVar Foo second line PerlAddVar Foo third line Or you can use the hack suggested by Steven. Interesting. It hadn't occurred to me that mod_perl would simply append the values if Foo had several assigned. I'll

PerlSetVar string value - no \n translation?

2001-10-27 Thread Louis LeBlanc
Hey all. I don't know how many people are lurking here, since the list seems to be very light traffic (the lightest of 8 I sub to), but I have a question regarding PerlSetVar and strings. Here is what I'm trying to do: In httpd.conf: Location /MyHandler . . . PerlSetVar MailMsg Access

Re: PerlSetVar string value - no \n translation?

2001-10-27 Thread Steven Lembark
-- Louis LeBlanc [EMAIL PROTECTED] Hey all. I don't know how many people are lurking here, since the list seems to be very light traffic (the lightest of 8 I sub to), but I have a question regarding PerlSetVar and strings. Here is what I'm trying to do: In httpd.conf: Location

Re: PerlSetVar string value - no \n translation?

2001-10-27 Thread Louis LeBlanc
On 10/27/01 12:01 PM, Steven Lembark sat at the `puter and typed: . . . Quick hack for the moment: PerlSetVar Blah A long line withbrHTMLbrBreaks In It; that or set the thing and use: s/br/\n/gs; somewhere in the code. Pretty cool. I am already doing a hash substitution

Re: PerlSetVar string value - no \n translation?

2001-10-27 Thread Stas Bekman
Louis LeBlanc wrote: Hey all. I don't know how many people are lurking here, since the list seems to be very light traffic (the lightest of 8 I sub to), but That's because mod_perl has no bugs :) so we talk about the weather mostly. I have a question regarding PerlSetVar and strings.

Re: PerlSetVar string value - no \n translation?

2001-10-27 Thread Louis LeBlanc
On 10/28/01 01:15 PM, Stas Bekman sat at the `puter and typed: Louis LeBlanc wrote: Hey all. I don't know how many people are lurking here, since the list seems to be very light traffic (the lightest of 8 I sub to), but That's because mod_perl has no bugs :) so we talk about the