Help for this page

Select Code to Download


  1. or download this
    sub send_data
    {
    ...
           syswrite($sock, $self->{data}, length($self->{data}));
        $sock->close;
    }
    
  2. or download this
    IO::Socket::INET: Timeout at Shared.pm line 251
        Shared::Local::send_data('HASH(0x812e004)', 'SCALAR(0x821e260)') c
    +alled at Shared.pm line 233
    ...
     at Shared.pm line 394
        Shared::Retriever::retrieve('Shared::Retriever=HASH(0x80f7acc)', '
    +Shared::Local=HASH(0x812e004)') called at test.pl line 12
    [me@myhost me]$