Help for this page

Select Code to Download


  1. or download this
    test1.pl:
    use IO::Socket::INET;
    ...
        print $out $msg + 1, "\n";
        sleep 1;
    }
    
  2. or download this
    test1.pl:
    use IO::Socket::INET;
    ...
        print "got $msg\n";
        print $socket $msg + 1, "\n";
    }