in reply to Function Identification.
If i use both of these modules in a program and if i call &func(), which subroutine will be executed.Without having tested it, I'd say the one that loaded (used) last. To make it clear, simply call the functions with their fully qualified name: &A::func and &B::func respectively.
|
|---|