12345678 package MyTestModule;use strict;sub test_function { return 'works';}1;
package
MyTestModule;
use
strict;
sub
test_function {
return
'works'
;
}
1;