Samuli Kärkkäinen wrote:
> With embperl 1.3.6
>
>   HTML::Embperl::Execute({ input   => \'<form [+ "action=1" +]>' });
>
> gives error
>
>   [19445]ERR:  13: ?(1): Missing right +]

Yes, this is because Embperl 1.3.6 parser doesn't take care of the " " and
interets the string as acion attribute, write

HTML::Embperl::Execute({ input   => \'<form [+ "a" . "ction=1" +]>' });

and it will work

Gerald




--------------------------------------------------------------
Gerald Richter     ecos electronic communication services gmbh
IT-Securitylösungen * dynamische Webapplikationen * Consulting

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
--------------------------------------------------------------
|
|   ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
|
+-------------------------------------------------------------


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

Reply via email to