I have created a test.pm perl module in "Module" folder which is a sub direcotry of "plscript" folder.
In "plscript" folder i created a test.pl file and i tried to call the function defined in test.pm.
To include the module in test.pl i am using
push(@INC, $SOURCE_ROOT . "/Modules");
use Module::test;
on executing the script i am getting following error.