Help for this page
my $self = shift;
$self{theValue}
$self -> {theValue}
package Test; ... $self -> {theValue} = $value; # note '->' }