Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Sending commands to a Telnet Server

by Fastolfe (Vicar)
on Nov 19, 2000 at 07:13 UTC ( [id://42395]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    select(MUX_OUTPUT); $|=1; select(STDOUT);
    print MUX_OUTPUT "this is unbuffered\n";
    
  2. or download this
    my $mush = new IO::SOCKET::INET ("mush.example.com:8080")
       or die "Couldn't connect to MUSH: $@";
    
    print $mush "command\n";
    my $response = <$mush>;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://42395]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-03-28 12:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found