in reply to Re: Error when passing AoH ref to HTML::Template
in thread Error when passing AoH ref to HTML::Template
Are you sure that $template->param( warnings => \@warning ) is supposed to return a postive value?
You're right. It doesn't. As mentioned below I shouldn't have used die.$VAR1 = { 'missing' => 'email' }; $VAR2 = { 'missing' => 'phone' };
|
---|