Help for this page

Select Code to Download


  1. or download this
      $socket->send ("example"\n");
    
  2. or download this
      my $retval = $socket->send("example\n");
      # make sure $retval is defined, and contains the length of the strin
    +g