Re: optStripCR

2001-07-25 Thread Marcus Doemling
/embperl/2001-06/msg00089.html http://www.ecos.de/~mailarc/embperl/2001-06/msg00091.html Marcus - Original Message - From: "Ilia Lobsanov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 20, 2001 4:12 PM Subject: Re: optStripCR > Here's a dem

Re: optStripCR

2001-07-24 Thread Gerald Richter
Ilia, sorry I forget to answer this... > > wrapping the endforeach up one line is not an option for me. The example I > gave is a simple one. Imagine many embperl constructs all on one line. > ...but you can always put your line breaks inside the [ ] blocks, e.g. (not all one line): [+ sprint

Re: optStripCR

2001-07-21 Thread Ilia Lobsanov
;>[+ $editor +] [$ endforeach $] [$ if scalar @editors > 1 $] http://dmoz.org/editors/send.cgi?toeditor=[+ jo in('+', @editors) +]">all[$ endif $] [$ endif $] ilia. - Original Message - From: "Gerald Richter" <[EMAIL PROTECTED]> To: "Ilia Lobsan

Re: optStripCR

2001-07-21 Thread Gerald Richter
AIL PROTECTED]> > To: "Ilia Lobsanov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Friday, July 20, 2001 16:53 > Subject: RE: optStripCR > > > > > > [$ foreach $i ( 1..5 ) $] > > [+ $i +][$ endforeach $] > > > > > > works >

Re: optStripCR

2001-07-20 Thread Ilia Lobsanov
MAIL PROTECTED]> Sent: Friday, July 20, 2001 16:53 Subject: RE: optStripCR > > [$ foreach $i ( 1..5 ) $] > [+ $i +][$ endforeach $] > > > works > > I've run into this before too...but always just moved my ending loop > statement to where there's no b

RE: optStripCR

2001-07-20 Thread Bill \"Elvis\" Gibbs
ting e-motion in your business email - [EMAIL PROTECTED] work - 301-668-5090 cell - 301-748-6938 -Original Message- From: Ilia Lobsanov [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 4:13 PM To: [EMAIL PROTECTED] Subject: Re: optStripCR Here's a demo of the problem I'm t

Re: optStripCR

2001-07-20 Thread Ilia Lobsanov
Here's a demo of the problem I'm trying to describe: http://dmoz.nurey.net/cr.epl ilia. - Original Message - From: "Gerald Richter" <[EMAIL PROTECTED]> To: "Ilia Lobsanov" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 20, 2

Re: optStripCR

2001-07-19 Thread Gerald Richter
> I have an EPO file which needs to have no carriage returns in the final > output. I do want carriage returns in the source for readability. > Unless I'm missing something, there's no easy way to do this in Embperl. > May I suggest another option, optStripCR? When activated, all carriage > return

Re: optStripCR

2001-07-19 Thread Ilia Lobsanov
TED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 21:30 Subject: Re: optStripCR > you could simply set the prama:no-cache setting, and then you get > litterly no source code at all. > It all just states that the content has expired, and you need to reload > the page.

Re: optStripCR

2001-07-19 Thread Akshay Arora
you could simply set the prama:no-cache setting, and then you get litterly no source code at all. It all just states that the content has expired, and you need to reload the page. -Akshay Ilia Lobsanov wrote: > > I have an EPO file which needs to have no carriage returns in the final > output.