Help for this page

Select Code to Download


  1. or download this
    while (defined($line= <STDIN>)) {
        print $rem_socket $line;
    }
    
  2. or download this
    foreach $send (@data) {
        print $rem_socket $send;
    }