sub method { }
package Pkg;
sub method_pkg { }
package main;
print defined '&method', "\n",
main->can('method'), "\n",
Pkg->can('method'), "\n",
Pkg->can('method_pkg'), "\n";
#
In reply to RE: testFunction
by Anonymous Monk
in thread testFunction
by nate
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |