NAME

Win32::Process::Suspend - Suspending Other Process With Perl

SYNOPSIS

use Win32::Process::Suspend;
Suspend(GetHandle($pid));
#do some thing
Resume(GetHandle($pid));

DESCRIPTION

This module is used for suspending process on Win32.

EXPORT

GetHandle
Suspend
Resume

SEE ALSO

rootkwok@cpan.org

AUTHOR

Baggio, Kwok Lok Chung <L>rootkwok@cpan.org</L>

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.