Help for this page

Select Code to Download


  1. or download this
    my $svcwatch =
       ( $name !~ /^#/ ) ? getservbyport ( $port, $proto ) : next;
    ...
    if (! defined $svcwatch) {
       warn("getservbyport return undef");
    }