unixgroup マップ

/etc/group を抽象化します。 当然 READ ONLY です。

/etc/group の

wheel:*:0:root,rudo,kenken
は IO::Adapter では unixgroup:wheel としてアクセスできます。
$io = new IO::Adapter "unixgroup:wheel";
というオブジェクトに対し get_next_key() すると グループのメンバーが順に返されます。 ちょうど
root
rudo
kenken
のようなファイルとみなされます。 つまり 3 行のファイルを読みだすようにみなされているわけです。

fml 8.0 (fml-devel) project homepage is www.fml.org/software/fml8/.
fml 4.0 project homepage is www.fml.org/software/fml4/.
about one floppy bsd routers, see www.bsdrouter.org/.
other free softwares are found at www.fml.org/software/.

author's homepage is www.fml.org/home/fukachan/.
Also, visit nuinui's world :) at www.nuinui.net.

For questions about FML, e-mail <fml-bugs@fml.org>.