package MyModule; sub something { my ($param) = @_; # do something here } 1;