Help for this page
#(1) Via Object: (Does not use data from $self) ... #(4) Via direct call to function (Not OOPic) myUtlity(@params);
sub myUtlity { ... $param ||= $self; }