>I am using 1.3.4.
>
>print OUT "";
For 1.3.4 you should set optRawInput in EMBPERL_OPTIONS in your httpd.conf,
otherwise Embperl will remove the html tag inside the input. See the docs
and Faq.pod for more informations about this issue
Additionaly note that printing to OUT only works inside Emb
>I am trying an recursive routine, but i don't am getting sucess, because
>the html is not generate.
there is a bug in 2.0b8 that sometimes causes html inside a [$sub $] not to
be outputed when the sub is nested. Maybe you hit that bug. (No problem with
1.3.x)
A workaround is to place the content
At 11:21 AM -0200 1/14/03, Luiz Fernando B. Ribeiro wrote:
Em Mon, 13 Jan 2003 22:53:16 +
"Maurício Amorim " <[EMAIL PROTECTED]> escreveu:
Hi list,
I need generate an table that can have table inside table.
I am trying an recursive routine, but i don't am getting sucess,
because the htm
quot;" . chr(10); }}
Which version of embperl i need use ?
I am using 1.3.4.
I tried print to OUT but it no go to stdout.
I tried some of type:
print OUT "";
I need any adicional configuration ?
De:
"Luiz Fernando B. Ribeiro" &
Em Mon, 13 Jan 2003 22:53:16 +
"Maurício Amorim " <[EMAIL PROTECTED]> escreveu:
> Hi list,
>
> I need generate an table that can have table inside table.
> I am trying an recursive routine, but i don't am getting sucess,
> because the html is not generate.
>
> Exist any form for do it.
> I