Re: Security question

2000-11-25 Thread Michael.Dean
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

Security question

2000-11-25 Thread Neil Gunton
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

RE: Using Hash in HTML Select

2000-11-25 Thread Gerald Richter
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,