NAME
Win32::Process::Kill - Perl extension for Terminating Process in Win32 (R3)
SYNOPSIS
use Win32::Process::Kill;
my $pid = blah blah blah;
pTerminate($pid); #AdjustPrivileges and Kill Process
DESCRIPTION
Try to kill Process in diverse ways.
if you have any amazing ways to kill process in Win32,
please contact me. MSN: lokchungk@hotmail.com<gt>
I'll keep update the ways for killing process.
EXPORT pTerminate() AdjustPrivileges()
- AdjustPrivileges
-
use Win32::Process::Kill qw(AdjustPrivileges); AdjustPrivileges($_) for 2..30; #Enable all Privileges
- pTerminate
-
use Win32::Process::Kill; pTerminate($pid); #Adjust Privileges than kill the process
SEE ALSO
Win32::Process::List (Find out ProcessId easily)
L<http://search.cpan.org/dist/Win32-Process-List/List.pm>
Install Win32-Process-Kill with ppm:
ppm install http://sites.google.com/site/lokchungk/mod/Win32-Process-Kill.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.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 53:
'=item' outside of any '=over'
- Around line 63:
You forgot a '=back' before '=head1'