use strict; package NameOfTheProject::SomeModule; sub some_function { # put sane code here return 123; } 1;