>
> I thought that these examples would yield the same result. But the
> Third table only lists the row names (first, second, third, etc) - no
> or . In fact the Second table is empty and if I did keep it
> in between the first and third table, I'd get an error that the
> connection to the server
Hi,
>
> I know this may be a stupid posting, because I've touched the topic
> before. But I keep running into this problem and I think I remember
> that you (Gerald) told that you would fix the problem I reported
> (rows with cells).
>
now I understand you mean headers and footers of tables.
'
Hi
> I am not aware of any problems with headers/footers. Can you give an
> example?
I made a small example, and the problem is still there.
[-
@myrows = qw(first second third etc);
-]
First table
Should only occur once
[+$myrows[$row]+]
> That might be possible and need further
Hi
> I am not aware of any problems with headers/footers. Can you give an
> example?
Sorry, should be more specific. I'm refering to this posting from Jan 3 this
year:
I know this may be a stupid posting, because I've touched the topic before.
But I keep running into this problem and I think I
Hi,
>
> 1. header / footer
> It's logical to be able to have header / footer code, but it wasn't
> possible. Is this solved now ?
>
I am not aware of any problems with headers/footers. Can you give an
example?
> 2. subs and row counter
> When using subs from within a table, it was my experience t
Samuli Kärkkäinen wrote:
> With embperl 1.3.6
>
> HTML::Embperl::Execute({ input => \'' });
>
> gives error
>
> [19445]ERR: 13: ?(1): Missing right +]
Yes, this is because Embperl 1.3.6 parser doesn't take care of the " " and
interets the string as acion attribute, write
HTML::Embperl::Exe
Benni Baermann wrote:
> On Mon, Nov 03, 2003 at 05:07:00PM +0100, Benni Baermann wrote:
>> Hi!
>>
>> I added -I/usr/include/apr-0 manually in Makefile.PL. After this the
>> missing-files errors did not appear any longer. Instead there are
>> some new errors(see below).
>
> Ok, finally it works for