in reply to Re^2: Help using self-made but very simple Module
in thread Help using self-made but very simple Module
use Modules::ScriptUpdate;
The usual thing to do is to have the module name match the package name - ie in ScriptUpdate.pm it would be usual to declare package Modules::ScriptUpdate; instead of package ScriptUpdate; (as you have done).
Cheers,
Rob