Caveats This package is included as a show case, illustrating a few Perl features. It shouldn't be used for production programs. Although it does provide a simple interface for obtaining the standard output of arbitrary commands, there may be better ...
FERREIRA/Shell-0.73 - 03 Jan 2016 20:58:44 UTCThis module is incomplete. There's no API or calling synopsis at the moment. It's primary purpose is to provide some abstraction, and hopefully data hiding, from the parent Workspace process. Results may be unpredictable due to the I/O buffering beha...
RKIES/Tk-Workspace-1.76 - 03 Apr 2014 17:08:42 UTCThis class is exactly like Term::ReadLine except it has many more attributes and is able to run full readline loop for you where all you have to do is subclass it and implement the process method....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTCPBS::Shell allows you to build a local shell object or to run commands in a local shell. EXPORT *RunShellCommands*...
NKH/PerlBuildSystem-0.44 - 12 May 2008 18:34:09 UTCPERLANCAR/Org-Shell-0.001 - 21 Feb 2020 10:21:46 UTC
Fry::Shell is a simple and flexible way to create a shell. Unlike most other light-weight shells, this module facilitates (un)loading libraries of functions and thus encourages creating shells tailored to several modules. Although the shell is curren...
BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTCSOMMREY/Shell-Run-0.10 - 01 Mar 2020 14:57:28 UTC
"JSAN::Shell" provides command handling and dispatch for the jsan user application. It interprates these commands and provides the appropriate instructions to the JSAN::Client and JSAN::Transport APIs to download and install JSAN modules. Why Do A Ne...
ADAMK/JSAN-Shell-2.04 - 24 Jun 2010 14:48:04 UTCThis is the implementation of a command-line interpreter for Perl. I wrote this because I was tired of using irb when needing a calculator with a real language within. Ah, that and because it was damn easy to write it. This module is the heart of the...
FERREIRA/Shell-Perl-0.004 - 03 May 2017 00:31:20 UTCCWEST/JSAN-0.07 - 19 Jul 2005 05:10:40 UTC
Shell::Base is a base class designed for building command line programs. It defines a number of useful defaults, simplifies adding commands and help, and integrates well with Term::ReadLine. After writing several REP (Read-Eval-Print) loops in Perl, ...
DARREN/Shell-Base-0.05 - 21 Sep 2004 13:11:35 UTCPERLANCAR/Tree-Shell-0.001 - 13 Feb 2020 12:32:41 UTC
THIS MODULE IS HIGHLY EXPERIMENTAL AND SUBJECT TO CHANGE. YOU HAVE BEEN WARNED This module provides a lookalike implementation of a "command line interpreter" for Perl, in the style of the Python equivalent. This is part an attempt to make Perl more ...
ADAMK/Perl-Shell-0.04 - 20 Feb 2010 15:06:21 UTCTerm::Shell lets you write simple command-line shells. All the boring details like command-line parsing, terminal handling, and tab completion are handled for you. The base class comes with two commands pre-defined: exit and help. To write a shell wi...
SHLOMIF/Term-Shell-0.12 - 14 Oct 2020 06:43:51 UTCShell::Guess makes a reasonably aggressive attempt to determine the shell being employed by the user, either the shell that executed the perl script directly (the "running" shell), or the users' login shell (the "login" shell). It does this by a vari...
PLICEASE/Shell-Guess-0.09 - 07 Dec 2018 02:07:53 UTCThis module exports a collection of functions from several core Perl modules which can often be very useful when writing Perl shell scripts. See also Shell::Tools::Extra, which exports additional CPAN modules' functions and classes. Warning This modu...
HAUKEX/Shell-Tools-0.04 - 23 May 2015 22:08:30 UTCThe Shell::Source allows arbitrary shell scripts, or other programs for that matter, to be run and their environment to be inherited into a Perl program. Begin by creating a Shell::Source object, and specifying the shell it will use. If the shell is ...
PJCJ/Shell-Source-0.01 - 02 Aug 2001 22:01:04 UTC