The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Win32::Process"

Win32::Process - Create and manipulate processes. River stage three • 10 direct dependents • 135 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

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

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

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

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

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

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

Win32::Process::Info::PT - Provide process information via Proc::ProcessTable. River stage zero No dependents

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

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

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

Win32::Process::Info::NT - Provide process information via NT-native calls. River stage zero No dependents

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

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

Win32::Process::Info::WMI - Provide process information via WMI. River stage zero No dependents

This package implements the WMI-specific methods of Win32::Process::Info. This package returns Windows process IDs, even under Cygwin. The following methods should be considered public: POD ERRORS Hey! The above document had some coding errors, which...

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

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

XAS::Lib::Mixins::Process::Win32 - A mixin for the XAS environment River stage one • 6 direct dependents • 6 total dependents

This mixin provides a method to check for running processes on Win32....

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

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

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

Win32 - Interfaces to some Win32 API Functions River stage two • 34 direct dependents • 65 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

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

Win32::Job - Run sub-processes in a "job" environment River stage one • 1 direct dependent • 2 total dependents

Windows 2000 introduced the concept of a "job": a collection of processes which can be controlled as a single unit. For example, you can reliably kill a process and all of its children by launching the process in a job, then telling Windows to kill a...

JDB/Win32-Job-0.05 - 28 Nov 2013 22:50:34 UTC

Win32::MMF - Win32 Memory Mapped File (MMF) Support for Perl River stage one • 1 direct dependent • 1 total dependent

Programming Style This module provides three types of interfaces - object-oriented, functional, and tied interfaces (Via "Win32::MMF::Shareable"). The default access method is via objects. The functional interface is not exported by default because i...

ROGER/Win32-MMF-0.09e - 29 May 2004 00:25:45 UTC

Win32::OLE - OLE Automation extensions River stage two • 36 direct dependents • 38 total dependents

This module provides an interface to OLE Automation from Perl. OLE Automation brings VisualBasic like scripting capabilities and offers powerful extensibility and the ability to control many Win32 applications from Perl scripts. The Win32::OLE module...

JDB/Win32-OLE-0.1713 - 03 Apr 2021 04:13:13 UTC
99 results (0.109 seconds)