my $CFref = $self->param('CFref'); my %CF = %$CFref; #### my %CF = %$self->param('CFref'); #### Can't call method "param" without a package or object reference at Contact.pm line 25.
## my %CF = %$self->param('CFref'); ##
## Can't call method "param" without a package or object reference at Contact.pm line 25.