Re: multipart/form-data and fdat

2001-03-06 Thread John Walstra
Ok, I've had some time now to try to track it down. I've tried 1.3.0 and 1.3.1 and received the same problem. So I figured it has to be something else. I figured I stick with 1.3.1 while trying to figure out this problem. Again, the problem is if I place a "enctype='multipart/form-data' into a

Re: url escaping with $escmode = 2.

2001-03-06 Thread Gerald Richter
> $escmode = 2 (or 6) > The result of a Perl expression is always URL-escaped (e.g., `&' becomes > `%26'). > > Is what the docs say. > > My question is how to define 'perl expression': > That means when you output a Perl expression e.g. [+ $msg +] > Should this result in $message being url es

Re: 2.0b1 Problem with HTML Comments

2001-03-06 Thread Gerald Richter
- Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice:

Re: Stop processing script upon die

2001-03-06 Thread Gerald Richter
Neil, > > Would it be worth considering an [$ exit $] command in Embperl that > would stop all processing at that point, even if the command is in a > file which is executed from another? Yes, something like this would make sense. I add it to the TODO list > Currently, if you call the Perl > e