Juerd Tue, 30 Nov 2004 16:53:01 -0800
Jim Cromie skribis 2004-11-30 16:53 (-0700): > my @args = @{$template{args}}; > my $body = $template{body}; > eval sub qq:i{ > my ($self, @args) = @_; > $body; > }
Please explain what you want it to do with @args there. Juerd