embpcgi.pl problem

2001-06-30 Thread Mustafa Mahudhawala
Hello friends,Having a wierd problem,I am working on a server where I am trying to pass certain embperl filesthro embpcgi.plThe Server As Shown Below has is compiled with mod_perl,But no embperl configuration is done i.e no Files Match *.epl or /embperl/etcAnd I do not have root access to co

Embperl log file path for embpcgi.pl

2001-03-22 Thread Mustafa Mahudhawala
Thanx, SetEnv instead of PerlSetEnv EMBPERL_LOG in httpd.conf works quite well, for embcgi.pl I don't know the reason but presume PerlSetEnv Variables are Available Only Under mod-perl, And since I had used PerlSetEnv EMBPERL_LOG in httpd.conf, and set Apache FilesMatch Directive i.e. only

Embperl log file

2001-03-14 Thread Mustafa Mahudhawala
Hello friends,   A small problem - Any one know how to set the embperl Log file path for embpcgi.pl script.   I have installed it on freeBSD 4.2 and it keeps filling my / (root) file system, as the default location is in /tmp   Any help will be highly appreciated. Thanx. Regards Mustafa M

Details on using Embperl DBI Interface

2000-12-06 Thread Mustafa Mahudhawala
Hello,   I am interested in using the Embperl - MySQL DBI. Currently i am using Traditional Perl DBI.   I would like some help regarding the documentaion on its usage, and some benefits / problems / tips if anybody has previously implemented it.   Any suggestions or help will be highly appr

Using Hash in HTML Select

2000-11-24 Thread Mustafa Mahudhawala
Hello, 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   The Second Option is not Selected & HTML Source View Also Does not show it.   But Following Works - Te