# module package foo; print ' foo'; 1; #### # calling script use foo; print ' bar'; #### # calling script print ' bar'; use foo;