On Mon, Dec 30, 2002 at 04:03:31PM -0600, Jason Bodnar wrote: > I have the following code in my empberl document: > > [- $rw->{$field} =~ s/\s+/ /g -] > <some html ...> > [+ $rw->{$field} +]
Try: [+ local $escmode = 0; $rw->{$field} +] Cheers, Gavin -- Open Fusion P/L - Open Source Business Solutions [ Linux - Perl - Apache ] http://www.openfusion.com.au - Fashion is a variable, but style is a constant - Programming Perl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]