Help for this page

Select Code to Download


  1. or download this
    sub get_service {
     open (SERVICES, "/etc/services") || die "$!\n";
    ...
         }
      }
    }
    
  2. or download this
    my %service=($name,[$portnum,$proto]);