Help for this page
&$aSub(@args); $aSub->(@args); # This notation due to merlyn
package foo; sub bar { ... bless \$x, "foo"; # But the blessing is not forgotten! (\$x)->bar();