I have an rm like this:
sub summary {
my $self = shift;
@h = SQL->GetHistory( *some args * );
$output = $self->load_tmpl('history.tmpl');
$output = $self->param('HISTORY' => \@h );
return $output;
}
However I get
ARRAY(*mem_addr*)
In testing, I was able to deref @h like @h->[0]->{po} and got expected
data. I tried several variation and got expect data. I dont get what I am
doing wrong.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]