I have finally got to install and configure all the bits needed to query
a mysql DB from embedded perl and reply through Apache.
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
..............
What could I try to fix this misbehaviour ????????????
Thank you very much. Bob Alexander