Help for this page

Select Code to Download


  1. or download this
    "Destroying $self->{NAME}" at ... etc
    
  2. or download this
    sub DESTROY {
        my $self = shift;
    ...
        }
        $self->close;
    }
    
  3. or download this
    sub USB {
        my $Q = shift;
    ...
            $retQ->enqueue( $answer );
        }
    }
    
  4. or download this
    sub client {
        my $client = shift;
    ...
        print $client $result;
        ...
    }