I am working on TeamSIte software, which has its own proprietory Perl modules
When I have to use a subroutine from TeamSite::Config module, I have to use handle for that. I have to declare handle as "$handle=> TeamSite::Config -> new();" But when I have to use "copy" subroutine from File::Copy, I can use it directly.
Why is that ? Why do I not need to use handle to use copy subroutine ?