Help for this page
sub func { local($foo); $foo = "bar"; }
sub func { my($self) = @_; $self->{foo} = "bar"; }