C -- a ph phonebook server configuration tool


NAME

CfgTie::TiePh -- a ph phonebook server configuration tool


SYNOPSIS

Makes it easy to manage the ph phonebook server configuration files as a hash.

   tie %myhash, 'ph'
   %myhash{who}->{Person}


DESCRIPTION

This is a file to help configure the ph program.

   tie %myhash, 'ph'
   %myhash{who}->{Person}
   %myhash{who}->{Phone}

Methods

This inherits any methods from the CfgTie::Cfgfile module (the CfgTie::Cfgfile manpage)


See Also

the CfgTie::Cfgfile manpage, the CfgTie::TieAliases manpage, the CfgTie::TieGeneric manpage, the CfgTie::TieGroup manpage, the CfgTie::TieHost manpage, the CfgTie::TieMTab manpage, the CfgTie::TieNamed manpage, the CfgTie::TieNet manpage, the CfgTie::TiePh manpage, the CfgTie::TieProto manpage, the CfgTie::TieRCService manpage, the CfgTie::TieRsrc manpage, the CfgTie::TieServ manpage, the CfgTie::TieShadow manpage, the CfgTie::TieUser manpage


Author

Randall Maas (randym@acm.org, http://www.hamline.edu/~rcmaas/)

 C -- a ph phonebook server configuration tool