The following problems have been fixed in the Embperl 2.0 CVS Version:

> <input type = 'text' size = '80'>
> Gets turned into:
> <input type="text"  size = '80'>
>

Embperl now keeps single or double quotes. Values without quote, still get
written within double quotes.

>
> <INPUT TYPE=CHECKBOX NAME=bob VALUE=on>
> When we submit a form it behaves differently than if we have:
> <INPUT TYPE=checkbox NAME=bob VALUE=on>

"checkbox"  is now compared case insensitive, so both versions works

> [-
> print OUT "*";
> Execute("it.epl");
> print OUT "*";
> -]
> ---cut---
>
> Goes into an endless loop.
>

works now

>
> I.e. it appends a newline to the file that has been executed.

no newline is appended anymore after an Execute

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 925131
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