> The second DBI example on the embperl page works very well.
>
> The first example exhibits a strange behaviour:
>
> When interpreted from command line with embpexec.pl it works OK (returns
> the HTML with a table with 2 columns and 7 rows) but when served through
> the Apache HTTPD ONLY the FIRST column and the FIRST row get printed
> like if the $row and $col within the TABLE tags do not get iterated
> ..............
>

Looks like a problem with a dynamic loaded mod_perl. When mod_perl is loaded
as dynamic Apache module (i.e. build with USE_DSO), you must not load
Embperl at server startup time (_not_ in httpd.conf or startup.pl).

Gerald



-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

Reply via email to