Some::Module->can( 'can' )
Could you tell me, why doesn't code above make exception, when Some::Module not loaded yet?
I think, method look up use @ISA variable of module, and 'can' method is inherited from UNIVERSAL, so if it doesn't make an exception, why doesn't this code return reference to UNIVERSAL::can? Perl documentation abount UNIVERSAL doesn't talk anything about it.
Sorry for my english and perhaps for silly question.
Thank youIn reply to Question about UNIVERSAL::can by schetchik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |