RE: Segfault with embedded URL's.

2006-02-16 Thread Gerald Richter
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

Segfault with embedded URL's.

2006-02-13 Thread Craig Dunn
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