Help for this page
Select Code to Download
Select
or
download this
my $obj = Class->new; my $func = $obj->can('some_method');
Select
or
download this
$obj->$func(...);