Config-Inetd
view release on metacpan or search on metacpan
@config = @{$inetd->config};
Returns an array reference.
INSTANCE DATA
The inetd configuration file is tied as instance data with newlines
preserved; it may be accessed via "$inetd->config".
BUGS & CAVEATS
It is strongly advised that the configuration file is backuped first if
one is intending to work with the default (i.e., system-wide)
configuration file and not a customized one.
Accessing "@{$inetd->{CONF}}" is deprecated and superseded by
"$inetd->config".
SEE ALSO
Tie::File, inetd.conf(5)
AUTHOR
lib/Config/Inetd.pm view on Meta::CPAN
Returns an array reference.
=head1 INSTANCE DATA
The inetd configuration file is tied as instance data with newlines
preserved; it may be accessed via C<< $inetd->config >>.
=head1 BUGS & CAVEATS
It is strongly advised that the configuration file is B<backuped> first
if one is intending to work with the default (i.e., system-wide)
configuration file and not a customized one.
Accessing C<< @{$inetd->{CONF}} >> is deprecated and superseded by
C<< $inetd->config >>.
=head1 SEE ALSO
L<Tie::File>, inetd.conf(5)
( run in 1.128 second using v1.01-cache-2.11-cpan-49f99fa48dc )