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