Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2008 00:29:43 +0200
From:      Mel <fbsd.questions@rachie.is-a-geek.net>
To:        freebsd-questions@freebsd.org
Cc:        Andy Kosela <akosela@andykosela.com>
Subject:   Re: Netprint perl script from Handbook doesn't work
Message-ID:  <200809250029.43967.fbsd.questions@rachie.is-a-geek.net>
In-Reply-To: <3cc535c80809240333s1036386fnaa597267f0cf12aa@mail.gmail.com>
References:  <3cc535c80809240333s1036386fnaa597267f0cf12aa@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 24 September 2008 12:33:29 Andy Kosela wrote:

> ($ignore, $ignore, $protocol) = getprotobyname('tcp');

$ perl -e 'print join("\n", getprotobyname("tcp"));'
tcp
TCP
6

-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809250029.43967.fbsd.questions>