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

Search results for "SHELLING"

perlfaq8 - System Interaction River stage zero No dependents

This section of the Perl FAQ covers questions involving operating system interaction. Topics include interprocess communication (IPC), control over the user-interface (keyboard, screen and pointing devices), and most anything else not related to data...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

VCfs - Version Control agnostic interface on the local system River stage zero No dependents

EWILHELM/VCfs-v0.0.1 - 31 Jan 2009 20:48:50 UTC - Search in distribution

Emacs::Run - use emacs from perl via the shell River stage one • 1 direct dependent • 1 total dependent

Emacs::Run is a module that provides portable utilities to run emacs from perl as an external process. This module provides methods to allow perl code to: * Probe the system's emacs installation to get the installed version, the user's current load-p...

DOOM/Emacs-Run-0.15 - 01 Sep 2009 07:47:02 UTC - Search in distribution

SVN::Notify - Subversion activity notification River stage one • 8 direct dependents • 8 total dependents

This class may be used for sending email messages for Subversion repository activity. There are a number of different modes supported, and SVN::Notify is fully subclassable, to add new functionality, and offers comprehensive content filtering to easi...

MPGHF/SVN-Notify-2.87 - 03 Jul 2018 12:34:14 UTC - Search in distribution

Text::Diff - Perform diffs on files and record sets River stage four • 103 direct dependents • 5509 total dependents

"diff()" provides a basic set of services akin to the GNU "diff" utility. It is not anywhere near as feature complete as GNU "diff", but it is better integrated with Perl and available on all platforms. It is often faster than shelling out to a syste...

NEILB/Text-Diff-1.45 - 16 Aug 2017 18:41:19 UTC - Search in distribution

Net::SSH - Perl extension for secure shell River stage two • 8 direct dependents • 15 total dependents

Simple wrappers around ssh commands. For an all-perl implementation that does not require the system ssh command, see Net::SSH::Perl instead....

IVAN/Net-SSH-0.09 - 14 May 2008 18:50:07 UTC - Search in distribution

IPC::Capture - portably run external apps and capture the output River stage one • 1 direct dependent • 1 total dependent

IPC::Capture is a module for running external applications in a portable fashion when you're primarily interested in capturing the returned output. Essentially this is an attempt at creating a portable way of doing "backticks" with io-redirection. In...

DOOM/IPC-Capture-0.06 - 16 Mar 2009 06:36:58 UTC - Search in distribution

Git::Repository - Perl interface to Git repositories River stage two • 56 direct dependents • 85 total dependents

Git::Repository is a Perl interface to Git, for scripted interactions with repositories. It's a low-level interface that allows calling any Git command, whether *porcelain* or *plumbing*, including bidirectional commands such as "git commit-tree". A ...

BOOK/Git-Repository-1.325 - 31 May 2021 23:00:56 UTC - Search in distribution

Rubyish - Perl programming, the rubyish way. River stage one • 1 direct dependent • 1 total dependent

Rubyish provides a way to let you write perl programs that look like ruby. You can use it to write Classes, or just executable programs. As you can see in the synopsis, you can use "def" to define instance methods of your classes....

GUGOD/Rubyish-0.32 - 25 Jul 2009 00:43:32 UTC - Search in distribution

App::CLI - Dispatcher module for command line interface programs River stage two • 9 direct dependents • 21 total dependents

"App::CLI" dispatches CLI (command line interface) based commands into command classes. It also supports subcommand and per-command options. Methods...

PTC/App-CLI-0.52 - 15 Dec 2020 11:17:46 UTC - Search in distribution

Unix::Whereis - locate programs in standard binary directories and/or specified directories River stage one • 1 direct dependent • 2 total dependents

Same idea as the Unix whereis program but in perl function form. Should work on non-Unix systems that have a concept of PATH. A few handy uses: Use a modified lookup PATH without affecting your actual environment (i.e. then the shell can then skip th...

DMUEY/Unix-Whereis-0.1 - 28 Aug 2013 03:57:30 UTC - Search in distribution

Mac::Choose - make a choice with the choose command line util River stage zero No dependents

"choose" is a commercial commandline utility for OS X from Tiny Robot Software that shows a simple fuzzy-matching GUI for selecting from one of several options. http://tinyrobotsoftware.com/choose/ This module is a really really thin wrapper around i...

MARKF/Mac-Choose-2 - 10 Jan 2015 12:57:44 UTC - Search in distribution

CPU::x86_64::InstructionWriter - Assemble x86-64 instructions using a pure-perl API River stage zero No dependents

This module is an early stage of development and the API is not finalized. The purpose of this module is to relatively efficiently assemble instructions for the x86-64 without generating and re-parsing assembly language, or shelling out to an externa...

NERDVANA/CPU-x86_64-InstructionWriter-0.002 - 19 Apr 2023 22:01:51 UTC - Search in distribution

Automate::Animate::FFmpeg - Create animation from a sequence of images using FFmpeg River stage zero No dependents

BLIAKO/Automate-Animate-FFmpeg-0.11 - 12 Apr 2024 08:40:50 UTC - Search in distribution

Mac::Launcher - Launch files and URL's with default Mac application. River stage zero No dependents

KWALZER/Mac-Launcher-0.04 - 28 Jun 2015 01:04:40 UTC - Search in distribution

Footprintless::Command - A factory for building common commands River stage one • 3 direct dependents • 3 total dependents

The subroutines exported by this module can build shell command strings that can be executed by IPC::Open3::Callback, Footprintless::CommandRunner, ``, system(), or even plain old open 1, 2, or 3. There is not much point to *shelling* out for command...

LTHEISEN/Footprintless-1.29 - 22 Aug 2018 21:52:40 UTC - Search in distribution

File::Locate::Harder - when you're determined to use a locate db River stage one • 1 direct dependent • 1 total dependent

File::Locate::Harder provides a generalized "locate" method to access the file system indexes used by the "locate" command-line utility. It is intended to be a relatively portable way for perl code to quickly ascertain what files are present on the c...

DOOM/File-Locate-Harder-0.06 - 22 Mar 2010 06:37:01 UTC - Search in distribution

Posterous - API to posterous.com River stage zero No dependents

Posterous.pm just implement interface to posterous.com in Perl...

SHELLING/Posterous-0.03 - 04 Oct 2009 17:18:08 UTC - Search in distribution

Selenium::CanStartBinary - Teach a WebDriver how to start its own binary aka no JRE! River stage two • 10 direct dependents • 12 total dependents

This role takes care of the details for starting up a Webdriver instance. It does not do any downloading or installation of any sort - you're still responsible for obtaining and installing the necessary binaries into your $PATH for this role to find....

TEODESIAN/Selenium-Remote-Driver-1.49 - 06 Apr 2023 14:28:10 UTC - Search in distribution

App::LDAP - CLI tool providing common manipulation on LDAP servers River stage zero No dependents

App::LDAP is intent on providing client-side solution of RFC 2307 <http://www.ietf.org/rfc/rfc2307.txt>, RFC 2798 <http://www.ietf.org/rfc/rfc2798.txt>....

SHELLING/App-LDAP-0.1.2 - 02 Oct 2013 07:18:38 UTC - Search in distribution
34 results (0.036 seconds)