Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        }
        close($sock);
    
  2. or download this
    Receiver...
    Could not create socket: Bad file number
    
  3. or download this
    smeau407:db1010:/export/home/oracle>
    -> grep 7070 /etc/services
    ...
    -> telnet localhost 7070
    Trying 127.0.0.1...
    telnet: Unable to connect to remote host: Connection refused
    
  4. or download this
    #!/usr/bin/perl -w
    
  5. or download this
    truss ./mtb_receive.pl
    execve("/usr/perl5/5.6.1/bin/perl", 0xFFBFFA94, 0xFFBFFAA4)  argc = 3
    ...
    llseek(3, 0, SEEK_CUR)                          = 1358
    close(3)                                        = 0
    _exit(0)
    
  6. or download this