C.75. $world->send

void $world->send( str , ... );

Sends any number of strings to the current world. After each string, a newline is send, so that the MUD recognizes it as a command.

See also $world->echo, $world->sendecho and $world->sendnoecho.