Config-Inetd
view release on metacpan or search on metacpan
8081828384858687888990919293949596979899100
@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
275276277278279280281282283284285286287288289290291292293294Returns 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 0.434 second using v1.01-cache-2.11-cpan-87723dcf8b7 )