Re: HTML table process from internal code

2003-03-28 Thread Angus Lees
At Tue, 25 Mar 2003 21:30:29 -0500, david wrote: > I have some modules which produce HTML code which is stored in a scalar > and displayed with as the return value of a [+ +] > > It might look something like this > [+ $obj->gettable +] > > If the code being returned to the page is a table, will i

HTML table process from internal code

2003-03-25 Thread david
Hello group and Gerald I have some modules which produce HTML code which is stored in a scalar and displayed with as the return value of a [+ +] It might look something like this [+ $obj->gettable +] If the code being returned to the page is a table, will it get re-evaluated by the embperl eng