Help for this page

Select Code to Download


  1. or download this
    use strict;
    use IO::Socket;
    ...
    die("[Connected to $host:$port]\n");
    
    syswrite($remote, "Yooo\n")
    
  2. or download this
    use strict;
    use IO::Socket;
    ...
      system('./sleep.pl');
      exit;
    }