Hi list!

Thnx to the help of Gerald I finally suceeded in setting up EmbPerl on
SuSE Linux 9.3. The trick was to put an #undef AP_DEBUG on line 51 of
ep.h

I now copied my old embperl-scripts and wanted to run them under 2.0 and
now have the following problem: I have a pair of functions
(PrintMenuStart, PrintMenuDone), PrintMenuStart is called to build up
the start of the "frame", ending with <td>, then depending on the menu
selection some content is put out, and at the end PrintMenuDone is
called that simply puts out </td></tr></table>.

With 2.0, embperl complains about a tag mismatch. is it possible to
disable this error? I found the part in the source that returns
tcTagMismatch but I'm not sure if this will have further implications...

Rewriting the code would be a lot of work, since I use this approach
(function pairs) several times.

thnx,

Matthias

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to