Help for this page

Select Code to Download


  1. or download this
    sub ip {
        my ($self, $ip) = @_;
    ...
        $port = '7800' if ! defined $port;
        $self->{port} = $port;
    }