- or download this
my $client_socket = new IO::Socket::INET ( [stuff] )
or die && return ( [other stuff] );
- or download this
my $checkPort = sub {
my $port = shift;
...
return FALSE;
}
};
- or download this
my $port = verify_port($value);
...
return;
}
}
- or download this
my $port = verify_port($value);
...
(abort execution)
}
}