in reply to
Re: returning values from a sub
in thread
returning values from a sub
getservbyname just returns a port number, Ill already have the port number and possibly the protocol, Ill need the service name returned...
Comment on
Re^2: returning values from a sub
Replies are listed 'Best First'.
Re^3: returning values from a sub
by
Eimi Metamorphoumai
(Deacon)
on Jan 06, 2005 at 19:31 UTC
Then you'll want
getservbyport
.
[reply]
In Section
Seekers of Perl Wisdom