sub start { print test(); return "Goodbye World"; } sub test { return "Hello world" } print start();