Help for this page

Select Code to Download


  1. or download this
    #/usr/bin/perl
       
    ...
    
  2. or download this
    use IO::Socket::INET;
     
    ...
        # notify client that response has been sent
        #shutdown($client_socket, 1);
    }
    
  3. or download this
    PARENT: Going to transfer line -- 1 --
    PARENT: Successfully pushed to child!
    ...
    PARENT: closed writer, waiting for child to exit
    Could not connect!
    Died at test_4.pl line 58.
    
  4. or download this
    server waiting for client connection on port 7775
    connection from 127.0.0.1:37480
    ...
    
    connection from 127.0.0.1:37480
    ^CCan't call method "close" on an undefined value at sim.pl line 8.