$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
Hi,
I noticed this weird behaviour when I upgraded from 1.3b6 to 2.0b1.
HTML Comments like this:
Are outputed like this: <
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
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,
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