Hi, I'm using embperl 2.0 b5 Not sure if this is a bug or what, but it never seemed to occor in 1.x releases. It seems that entering a '=' inside an input item screws up %fdat when processed. Example:
<form method="POST" name="todo"> <input type="text" name="test">test=4</input> </form> ------ die Dumper %fdat results:-------------------- [27155]ERR: 24: Error in Perl code: $VAR1 = 'message_subject test'; $VAR2 = '4'; ------- shouldn't it be:----------------------------- $VAR1='message_subject'; $VAR2='4'; So $fdat{message_subject} seems to be undefined. Is this a bug? Please let me know if you have any ideas. Again, this didn't seem to occor in previous 1.x releases. Thanks, -Patrick Tully- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]