Help for this page
if(exists $INC{'Example/Module.pm'}) {...}
if (__PACKAGE__->can('example')) {...}
package SomeThing; ... use SomeThing; foo();