Help for this page

Select Code to Download


  1. or download this
    use IO::Socket::INET;
    
    ...
    my $resp = <$s>; # expect one line response
    print $s "second command\r\n";
    ...