package WorldFunctions; sub new { bless {}, shift; } sub Hello { return "Hello \n"; } sub GoodBye { return "Hello \n"; } 1;