NAME
Proc::Background::Win32 - Windows-specific implementation of process create/wait/kill
SYNOPSIS
Do not use this module directly.
DESCRIPTION
This is a process management class designed specifically for Win32 operating systems. It is not meant used except through the Proc::Background class. See Proc::Background for more information.
NAME
Proc::Background::Win32 - Interface to process management on Win32 systems
IMPLEMENTATION
This package uses the Win32::Process class to manage the objects.
AUTHORS
Blair Zajac <blair@orcaware.com>
Michael Conrad <mike@nrdvana.net>
VERSION
version 1.22
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Michael Conrad, (C) 1998-2009 by Blair Zajac.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.