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

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.