Help for this page

Select Code to Download


  1. or download this
    syswrite($socket, "$prep rcon $rcon_passwd status\r");
    
  2. or download this
    while ( (sysread($socket, $incoming, 1024) != 0) {
     print $incoming;
    }