The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Win32::Process"

Win32::Process - Create and manipulate processes. River stage three • 10 direct dependents • 134 total dependents

This module provides access to the process control functions in the Win32 API....

JDB/Win32-Process-0.17 - 13 May 2021 05:09:10 UTC - Search in distribution

Win32API::Process - Perl extension for handling the processes using the plain Win32 API River stage one • 1 direct dependent • 1 total dependent

The *Process* functions exposes the part of Win32 API handling the processes. It contains just process opening an terminating functionality in the meanwhile. It is supposed to be used with the "Win32API::ProcessStatus" module or modules that need han...

PRANTL/Win32API-Process-0.01 - 15 Jul 2002 09:44:42 UTC - Search in distribution

Win32::Process::Info - Provide process information for Windows 32 systems. River stage zero No dependents

The main purpose of the Win32::Process::Info package is to get whatever information is convenient (for the author!) about one or more Windows 32 processes. "GetProcInfo" is therefore the most-important method in the package. See it for more informati...

PLICEASE/Win32-Process-Info-1.023 - 02 May 2021 14:30:34 UTC - Search in distribution

Win32::Process::List - Perl extension to get all processes and thier PID on a Win32 system River stage one • 1 direct dependent • 1 total dependent

Win32::Process::List is a module to get the running processes with their PID's from a Win32 System. Please look at Win32/Process/List/processes.pl. EXPORT None by default....

RPAGITSCH/Win32-Process-List-0.09 - 27 May 2007 13:56:52 UTC - Search in distribution

Win32::Process::Perf River stage zero No dependents

The module provide an Interface to the performance data of a specific running process. It uses the PDH library. The modul uses Win32::Locale to get the language of the operating system. To add the support for your language please look in the site/lib...

RPAGITSCH/Win32-Process-Perf-1.05 - 11 Nov 2006 20:29:54 UTC - Search in distribution

Win32::Process::User - Perl extension for to get the user and domain name of a process River stage zero No dependents

Win32::Process::User is a module to get the the user and domain name of a running process....

RPAGITSCH/Win32-Process-User-0.02 - 19 Aug 2006 13:59:37 UTC - Search in distribution

Win32::Process::Memory - read and write memory of other windows process River stage zero No dependents

read and write memory of other windows process. new $proc = Win32::Process::Memory->new({ pid=num, name=>str, access=>'read/write/query/all' }); $proc = Win32::Process::Memory->new({ pid => 1522 }); $proc = Win32::Process::Memory->new({ name => 'cmd....

QJZHOU/Win32-Process-Memory-0.20 - 01 May 2004 15:06:24 UTC - Search in distribution

Win32::Unicode::Process - manipulate processes. River stage zero No dependents

THIS MODULE IS ALPHA LEVEL AND MANY BUGS. Win32::Unicode::Process is Unicode friendly manipulate process. But always use the SHELL. That could become a security hole....

XAICRON/Win32-Unicode-0.38 - 07 Aug 2012 16:38:16 UTC - Search in distribution

XAS::Lib::Process::Win32 - A mixin class for process management within the XAS environment River stage one • 6 direct dependents • 6 total dependents

This module is a mixin class to handle the needs for process management under a Windows system....

KESTEB/XAS-0.15 - 12 Jan 2017 16:01:35 UTC - Search in distribution

Win32::Process::CommandLine - Perl extension for getting win32 process command line parameters River stage zero No dependents

In windows, there is no existing tool for finding out the process's parameters. From task manager, only process names are displayed. So starting a program with different parameters several times, it's hard to tell a process with what options. Win32::...

KXJ/Win32-Process-CommandLine-0.03 - 14 Aug 2007 17:56:18 UTC - Search in distribution

Win32::EnvProcess - Perl extension to set or get environment variables from other processes River stage zero No dependents

This module enables the user to alter or query an unrelated process's environment variables. Windows allows a process with sufficient privilege to run code in another process by attaching a DLL. This is known as "DLL injection", and is used here....

CLIVE/Win32-EnvProcess-0.06 - 29 Jun 2008 06:44:23 UTC - Search in distribution

Win32::SimpleProcess - An extremely simple object-oriented module launch, kill, and list processes by process ID. River stage zero No dependents

After trying to write some process management components in Perl using modules like Win32::Process and Win32::IProcess my code looked awful. It had mixtures of object-oriented perl and non-object-oriented perl. There were a number of compatibility an...

TEDK/SimpleProcess_1.0 - 06 Feb 2003 22:56:36 UTC - Search in distribution

IPC::Run::Win32Process - deliver nonstandard command lines via IPC::Run. River stage four • 157 direct dependents • 1806 total dependents

This class facilitates executing Windows programs that don't use standard command line parsing rules <https://docs.microsoft.com/en-us/cpp/cpp/main-function-command-line-arg s#parsing-c-command-line-arguments>. Notable programs having nonstandard rul...

TODDR/IPC-Run-20231003.0 - 03 Oct 2023 01:09:01 UTC - Search in distribution

Win32API::ProcessStatus - Perl extension for obtaining information about processes using the plain Win32 PSAPI River stage zero No dependents

The *ProcessStatus* helper functions make it easier for you to obtain information about processes. It covers enumerating the currently running processes and their modules. The results are return in a form as close as possible to the original Win32 AP...

PLICEASE/Win32API-ProcessStatus-0.05 - 02 Apr 2015 00:01:23 UTC - Search in distribution

lib/P9Y/ProcessTable/Role/Process/OS/MSWin32.pm River stage one • 1 direct dependent • 1 total dependent

BBYRD/P9Y-ProcessTable-1.08 - 18 Oct 2015 20:12:08 UTC - Search in distribution

Win32::EventLog - Process Win32 Event Logs from Perl River stage one • 3 direct dependents • 4 total dependents

This module implements most of the functionality available from the Win32 API for accessing and manipulating Win32 Event Logs. The access to the EventLog routines is divided into those that relate to an EventLog object and its associated methods and ...

JDB/Win32-EventLog-0.077 - 06 Dec 2013 23:05:09 UTC - Search in distribution

Win32 - Interfaces to some Win32 API Functions River stage two • 33 direct dependents • 63 total dependents

The Win32 module contains functions to access Win32 APIs. Alphabetical Listing of Win32 Functions It is recommended to "use Win32;" before any of these functions; however, for backwards compatibility, those marked as [CORE] will automatically do this...

JDB/Win32-0.59 - 05 May 2022 16:46:02 UTC - Search in distribution

Win32::ODBC - ODBC Extension for Win32 River stage zero No dependents

Background This is a hack of Dan DeMaggio's <dmag@umich.edu> NTXS.C ODBC implementation. I have recoded and restructured most of it including most of the ODBC.PM package, but its very core is still based on Dan's code (thanks Dan!). The history of th...

JDB/Win32-ODBC-0.036 - 01 Sep 2020 03:34:17 UTC - Search in distribution

Win32::API - Perl Win32 API Import Facility River stage two • 30 direct dependents • 34 total dependents

To use this module put the following line at the beginning of your script: use Win32::API; You can now use the "new()" function of the Win32::API module to create a new Win32::API::More object (see "IMPORTING A FUNCTION") and then invoke the "Call()"...

BULKDD/Win32-API-0.84 - 21 Jan 2016 20:13:25 UTC - Search in distribution

Win32::GUI - Perl Win32 Graphical User Interface Extension River stage one • 9 direct dependents • 9 total dependents

KMX/Win32-GUI-1.14 - 01 Jun 2017 13:07:51 UTC - Search in distribution
497 results (0.132 seconds)