Help for this page
$object->method( 1, 2, 3 );
my $codref = \&$object->method;
$coderef->( 1, 2, 3 );