Erik Hensema has asked for the wisdom of the Perl Monks concerning the following question:
I'm writing a module which reads and interprets a file from the Linux /proc filesystem. I'm saying Linux /proc filesystem because it's a Linux-specific file.
I have searched CPAN for similar modules but only found a few which did some generic /proc stuff, not really Linux specific.
The file is /proc/net/ip_conntrack, by the way. It holds state information for the netfilter firewall in the 2.4 kernels.
Should I name my module proc::net::ip_conntrack, Linux::netfilter::conntrack, or something completely different?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(jeffa) Re: Naming of a module reading /proc
by jeffa (Bishop) on Nov 21, 2001 at 01:22 UTC | |
|
Re: Naming of a module reading /proc
by mortis (Pilgrim) on Nov 21, 2001 at 04:14 UTC | |
|
Re: Naming of a module reading /proc
by Beatnik (Parson) on Nov 21, 2001 at 14:33 UTC |