package functions; use strict; sub printsomething { print "hello\n"; } 1; #### #!/usr/bin/perl use functions; functions::printsomething();