A nice module.
This is it's help
hehe
Synopsis: XMsend( text )
Send a string to the server. Usually there
should be a newline at the end of the string.
Example:
XM::send("slay evil bear\n")
Synopsis: XMtelnet( string host, int port )
Open a new connection to a named host on
a specific port. Closes all open connections.
Example:
XM::telnet("my.little.mud.org", 4242)