Help for this page

Select Code to Download


  1. or download this
    elsif ($self->{“proto”} eq “tcp”)
    {
    ...
            croak(“Can’t get tcp protocol by name”);
    $self->{“fh”} = FileHandle->new();
    }
    
  2. or download this
    elsif ($self->{“proto”} eq “tcp”)
    {
    ...
    #        croak(“Can’t get tcp protocol by name”);
    $self->{“fh”} = FileHandle->new();
    }