The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Win32-SDDL
Version 0.06

Win32::SDDL was created to aid in the translation of SDDL strings used in Windows
to describe access control lists.  SDDL stands for Security Descriptor Definition
Language.  More information about SDDL can be found at
http://windowssdk.msdn.microsoft.com/en-us/library/ms723280.aspx.

Win32::SDDL requires the Win32::OLE module.

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Win32::SDDL

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Win32-SDDL

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Win32-SDDL

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Win32-SDDL

    CPAN Ratings:
        http://cpanratings.perl.org/d/Win32-SDDL

COPYRIGHT AND LICENSE

Copyright (C) 2006 Tim Johnson

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