How do I declare code reference to a subroutine which belongs to a package and hence has properties and methods in that package.
Is there some way, I can 'bless' all my subroutines for a package so that I don't have to put 'Package' in above statements. I can definitely say 'use Package;' in the beginning.
Subroutines will be 'blessed', so that they will know which package they belongs to.