Help for this page

Select Code to Download


  1. or download this
    elsif ($self->{"proto"} eq "tcp")           
    {
    ...
      croak("Can't get tcp echo port by name");
      $self->{"fh"} = FileHandle->new();
    }
    
  2. or download this
    #!/usr/bin/perl 
     
    ...
    $p->close();
    
  3. or download this
    Bad arg length for Socket::unpack_sockaddr_in, length is 0, should be 
    +16 at /usr/lib/perl5/5.00503/i386-linux/Socket.pm line 295.