Raoul Zwart > Tie-Sysctl > Tie::Sysctl

Download:
Tie-Sysctl-0.05.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View/Report Bugs
Module Version: 0.05   Source  

NAME ^

    Tie::Sysctl - Tie a hash to /proc/sys

SYNOPSIS ^

    use Tie::Sysctl;

    tie %t, 'Tie::Sysctl';
    $t{net}{ipv4}{ip_forward} = 1;

AUTHOR ^

    Raoul Zwart, E<lt>rlzwart@cpan.orgE<gt>

COPYRIGHT AND LICENSE ^

    Copyright 2003 by Raoul Zwart

    This library is free software; you can redistribute it and/or modify
    it under the same terms as Perl itself. 
syntax highlighting: