>
> I would like Embperl to always output ^J^M (CR/LF) when processing a file
> which contains CR/LF.  Is this possible?
>
Embperl tries to delete uneccessary (white)spaces which comes after [..]
block. That's mostly to avoid lots of empty lines when you write
if/else/while etc. on a speparate line. In your case it recognize the CR of
CRLF as a space and deletes it. Of course it should not only keep the LF,
but the whole CRLF.

To get this at the moment you can set optKeepSpaces in the options
parameter, then Embperl will not delete any space

Gerald

-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------




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

Reply via email to