RE: [htmltmpl] Problem with

2003-07-31 Thread Robert Murray
Alex, Thanks for your reply and taking the time. > Hello Robert, Karen and the rest, > > Robert, to me it appears that the problem indeed lies in $pwqref. That's > why I think Karen's idea is very good. > What I tried was to run as much of your code as possible, and I ended up > with this bit: >

Re: [htmltmpl] Problem with

2003-07-30 Thread Karen J. Cravens
On Wed, 30 Jul 2003, Robert Murray wrote: I would think a better log would be something like my %row = ('selectcode' => $_, 'selectdesc' => $$pwqref{$_}, 'isSel' => $sel); push @htmlselect, \%row; Log(" ". join(', ', map("$_\=".$row{$_}, keys %row))) if $debug; (or something along those l

Re: [htmltmpl] problem with param()

2003-01-24 Thread Sam Tregar
On Fri, 24 Jan 2003, Brian Bittman wrote: > i'm fairly new to perl, but i understand it now, except for this error: > basically i have a call to > > $template->param(ProjectLoop => \@loop_data); > > and the script inexplicably dies there, What's the error message? -sam -