Config-Inetd

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
     @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

275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
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 0.434 second using v1.01-cache-2.11-cpan-87723dcf8b7 )