why don't you place your embedded perl that you need in a directory where
the users on your website can not write and alias those scripts to appear
as if they were in the webtree .. eg inside your apache conf somewhere you
would have ..
AliasMatch ^/(.*\.epl) "/web/embperl/$1"
SetHandler
I am going to be allowing users on my website to upload and edit their
own HTML files. I want the location of these files to be in the
directory tree which is handled by Embperl (because I want EmbperlObject
to be doing some work).
Obviously it would be undesirable to let arbitrary Perl code be
Hi,
There Seems to be a problem with displaying
a hash value by [+ +] in option Tag of HTML Select.
Following does'nt seem to work -
[- $thash{'test'}='selected'; -]
Test
1
Test 2
Embperl sets/removes the selected inside of a
tag, based on the values in %fdat,