if (my $coderef = __PACKAGE__->can("test")) { $coderef->(); } #### if (__PACKAGE__->can("test")) { test(); } #### if (main->can("test")) { test(); }
## if (__PACKAGE__->can("test")) { test(); } ##
## if (main->can("test")) { test(); }