package functions; use strict; sub printsomething { print "hello\n"; } 1;