RE: proposed $escmode documentation changes

2000-05-18 Thread Gerald Richter
> > your comments are true as they pertain to perl.. > i understand how local works - no problem there. > > in the case of embperl however: > i believe that the escaping has already occurred on the > block before it is processed, and therefore, in the example > that you gave, $var would still be s

Re: proposed $escmode documentation changes

2000-05-17 Thread ___cliff rayman___
your comments are true as they pertain to perl.. i understand how local works - no problem there. in the case of embperl however: i believe that the escaping has already occurred on the block before it is processed, and therefore, in the example that you gave, $var would still be subject to the $

proposed $escmode documentation changes

2000-05-17 Thread ___cliff rayman___
Gerald, if the following makes sense - please add it to the embperl documentation for $escmode Turn HTML and URL escaping on and off. The default is on ($escmode = 3). + The change in $escmode will take effect on the next call into embperl. So, for example, to turn + off escap