in reply to package function calling
The script then needs to be:
use MyPackage::MySubPackage qw(some_function); [download]
John