The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 (CfgTie::Cfgfile)

See Also

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

Author

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