NAME
Win32::SysPrivilege - Perl extension for Running external programs with SYSTEM Privilege
SYNOPSIS
use Win32::SysPrivilege;
SysRun("Blah Blah Blah");
DESCRIPTION
Executing others executableslike system(), but execute it with "SYSTEM" privilege
EXPORT SysRun()
SEE ALSO
My Mail: L<rootkwok@cpan.org>
Install Win32::SysPrivilege with PPM:
ppm install http://sites.google.com/site/lokchungk/mod/Win32-SysPrivilege.ppd?attredirects=0
AUTHOR
Baggio, Kwok Lok Chung rootkwok@cpan.org
COPYRIGHT AND LICENSE
Copyright (C) 2009 by Baggio, Kwok Lok Chung
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.