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

Search results for "module:CfgTie::TieShadow"

CfgTie::TieShadow - an associative array of user names to password information River stage zero No dependents

This is a straightforward hash tie that allows us to access the shadow password database sanely. Ties This tie is available for programmers: "tie %shadow,'CfgTie::TieShadow'" $shadow{$name} will return a hash reference of the named shadow information...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC

CfgTie::TiePh - a ph phonebook server configuration tool River stage zero No dependents

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)...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC

CfgTie::TieNet - A module to tie in the net database River stage zero No dependents

This is a straightforward hash tie that allows us to access the net database sanely. Ties There are two ties available for programmers: "tie %net,'CfgTie::TieNet'" $net{$name} will return a hash reference of the named net information "tie %net_addr,'...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC

CfgTie::TieUser - an associative array of user names and ids to information River stage zero No dependents

This is a straightforward hash tie that allows us to access the user database sanely. It cross ties with the groups packages and the mail packages Ties There are two ties available for programmers: "tie %user,'CfgTie::TieUser'" $user{$name} will retu...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC

CfgTie::TieHost - This accesses the hosts tables. River stage zero No dependents

This is a straightforward hash tie that allows us to access the host database sanely. Ties There are two ties available for programmers: "tie %host,'CfgTie::TieHost'" $host{$name} will return a hash reference of the named host information. "tie %host...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC

CfgTie::TieRsrc - an associative array of resources and their usage limits River stage zero No dependents

This is a straightforward hash tie that allows us to access the user database sanely. The resource limits for the system. Note: this requires that "BSD::Resource" be installed. It is a hash reference. The keys may be any of "cpu", "data", "stack", "c...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC

CfgTie::TieServ - A HASH tie that allows access the service port database River stage zero No dependents

This is a straight forward HASH tie that allows us to access the service port database sanely. Ties There are two ties available for programers: "tie %serv,'CfgTie::TieServ'" $serv{$name} will return a HASH reference of the named service information ...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC

CfgTie::TieGroup - an associative array of group names and ids to information River stage zero No dependents

This is a straight forward hash tie that allows us to access the user group database sanely. It cross ties with the user package and the mail packages Ties There are two ties available for programmers: "tie %group,'CfgTie::TieGroup'" $group{$name} wi...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC

CfgTie::Cfgfile - An object to help interface to configuration files River stage zero No dependents

This is a fairly generic interface to allow many configuration files to be used as hash ties. *Note: This is not intended to be called by user programs, but by modules wishing to reuse a template structure!* package mytie; require CfgTie::Cfgfile; @I...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC

CfgTie::TieNamed - A tool to help configure the name daemon (BIND DNS server) River stage zero No dependents

This is a tie hash to the NAMED configuration files. You use it as follows: tie %named, 'CfgTie::TieNamed','/path/to/named.boot'; $named = CfgTie::TieNamed->new('/path/to/named.boot'); These will set up a hash (*named*) to the named configuration fil...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC

CfgTie::TieAliases - an associative array of mail aliases to targets River stage zero No dependents

This Perl module ties to the /etc/aliases file so that things can be updated on the fly. When you tie the hash, you are allowed an optional parameter to specify what file to tie it to. tie %mtie,'CfgTie::TieAliases' or tie %mtie,'CfgTie::TieAliases',...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC

CfgTie::TieGeneric - A generic hash that automatically binds others River stage zero No dependents

This is a tie to bring other ties together automatically so you, the busy programmer and/or system administrator, don't have to. The related Perl module is not loaded unless it is needed at runtime. my %gen; tie %gen, 'CfgTie::TieGeneric'; Primary, o...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC

lib/CfgTie/TieProto.pm River stage zero No dependents

This is a straightforward hash tie that allows us to access the protocol number database sanely. Ties There are two ties available for programmers: "tie %proto,'CfgTie::TieProto'" $proto{$name} will return a hash reference of the named protocol infor...

RANDYM/CfgTie-0.41 - 11 Mar 2002 16:09:07 UTC
13 results (0.024 seconds)