Help for this page
package Example::Module; use strict; ... print "Hi '$v1' and '$v2'\n"; } 1;
use strict; use Example::Module; ... }; $em->foo("one", "two");