Help for this page
if (my $coderef = __PACKAGE__->can("test")) { $coderef->(); }
if (__PACKAGE__->can("test")) { test(); }
if (main->can("test")) { test(); }