Hi,
>
> I'm getting a strange segfault when I try to expand a hash
> inside an tag, but only when I do it inside a table.
>
Does the same problem occur when you run it offline, i.e. via embpexec.pl or
only when you use mod_perl?
Gerald
>
> Here's my excact code;
>
> [-
> $req = s
Hi all,
I'm getting a strange segfault when I try to expand a hash inside an
tag, but only when I do it inside a table.
Here's my excact code;
[-
$req = shift;
$tfo = { %fdat };
$tfo->{'reptype'} = 'GOO';
@REPORTS = @ { $req->{REPORTS} };
-]
TEST
[+ $REPO