my $CFref = $self->param('CFref'); my %CF = %$CFref;
works. But
my %CF = %$self->param('CFref');
Doesn't. Error:
Can't call method "param" without a package or object reference at Con +tact.pm line 25.
Can someone explain how to do this in one line not two?
-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday
In reply to dereferencing syntax question by freddo411
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |