In an attempt to trobleshoot my issue, I rewrote as;

sub form {
        my $self = shift;

        $tmpl = $self->load_tmpl('history.tmpl');
        $tmpl->param('HISTORY' => [{ wo =>'1234', po =>'567'}]);
        return $tmpl;
        }

Then I get;

HTML::Template=HASH(*mem_addr*)





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to