url escaping with $escmode = 2.

2001-03-05 Thread Marcus R. Popetz
$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': Should this result in $message being url escaped? [- local $escmode = 2; my $message = "A Message With Spaces"; $http_heade

2.0b1 Problem with HTML Comments

2001-03-05 Thread Nicolas Parody
Hi, I noticed this weird behaviour when I upgraded from 1.3b6 to 2.0b1. HTML Comments like this: Are outputed like this: <

Re: EMBPERL_OBJECT_FALLBACK -> no index.html -> 403

2001-03-05 Thread Gerald Richter
Add Options Indexes to your httpd.conf Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz

EMBPERL_OBJECT_FALLBACK -> no index.html -> 403

2001-03-05 Thread Gerhard Egger
Dear all, when i´m trying to get an index of a folder, e.g.: www.some.dom/embperl/site/ and there is no "index.html" - file in it i get a 403 - forbidden. i need to get the content (index) of the folder- (by globbing) - then do some formantting, look up in the database per filename... however,

RE: Apache::Session problems after upgrading to Embperl 1.3.1

2001-03-05 Thread David Williams
At the risk of exposing my ineptitude, I am writing the final chapter so that others won't have to go through what happened with our site. I THOUGHT that mod_perl v > 1.21 was installed because I had gone to the CPAN, downloaded and installed it properly with no problems. However, after researchi