package Test; use MyCoolModule; sub something { print 'hello, world'; } 1;