ЭЛЕКТРОННАЯ БИБЛИОТЕКА КОАПП |
Сборники Художественной, Технической, Справочной, Английской, Нормативной, Исторической, и др. литературы. |
3.2.66 getserventgetservent
setservent These functions do the same thing as their like-named system library routines - see getservent(3). They iterate through the /etc/services file or its equivalent. The return value in list context is: ($name, $aliases, $port_number, $protocol_name) In scalar context, getservent returns only the service port name. |