package ZenTara; use strict; use warnings; sub hello { print "\nHello\n"; } sub ZenTara::goodbye { print "\nGoodbye\n" } 1; ## return true