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 "dist:Fry-Shell shell"

Fry::Shell - Flexible shell framework which encourages using loadable libraries of functions. River stage zero No dependents

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 UTC

Fry::Sub - Class for shell subroutines River stage zero No dependents

This class mainly provides a means to pick and choose among a group of subroutines that have the same functionality via &subHook. It is also serving as a storage class for practical subroutines to be reused by any library....

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Var - Class for shell variables. River stage zero No dependents

This module's objects store configuration data for the shell and its libraries. Since a shell's configuration includes the current classes used for each shell component, Fry::Var is used often along with Fry::Base to communicate between shell compone...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Lib - Class for shell libraries. River stage zero No dependents

A Fry::Lib object has the following attributes: Attributes with a '*' next to them are always defined. *id($): Unique id which is full name of module. *vars(\@): Contains ids of variables in its library. *opts(\@): Contains ids of options in its libr...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Cmd - Class for shell commands. River stage zero No dependents

A command object has the following attributes: Attributes with a '*' next to them are always defined. *id($): Unique id which is usually the name of subroutine associated with it. a($): Command alias. d($): Description help for command. u($): Usage h...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Opt - Class for shell options. River stage zero No dependents

Most option methods are called only when an option is set from the commandline. Such an option is called an active option. Near the end of each loop iteration, options along with other shell components are reset. &resetOptions is then called and depe...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::List - Base class serving as a container for its subclass's objects. River stage zero No dependents

This base class provides to its sub classes class methods for storing and accessing its objects. It also comes with a &new constructor which creates a hash-based object and stores it in the container or list. Here are a few key points you should know...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Base - Base class providing minimal set of handy methods. Some used to communicate between shell components and used to communicate between shell components. River stage zero No dependents

This class provides a minimal set of handy methods made available to most Fry::* modules. Among these is &var which contains the variable class. The variable class facilitates communication between classes since it contains almost all of the shell's ...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Error - Redefines warn and die to trigger actions by error levels and tags. River stage zero No dependents

This is an error-handling module. independent of Fry::*, which offers the following: - Redefining die or warn to call die-like or warn-like subs ie Carp::croak and Carp::carp. - Errors are assigned levels, generally indicating severity of error. - Er...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::ShellI - Extended Fry::Shell interface to be used by libraries and plugins as needed. River stage zero No dependents

The public methods of this class are mainly used in library classes. Since this module inherits from Fry::Base, some of its methods are also encouraged to be used in libraries. These methods are dumper,view,Var,setVar and listCore as well as the Plug...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Lib::DBI - Autoloaded library for DBI's object methods. River stage zero No dependents

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Developer - Documentation for Developers River stage zero No dependents

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::View::CLI - Default View plugin for Fry::Shell displaying to the commandline. River stage zero No dependents

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Config::YAML - Fry::Shell Config plugin which uses YAML. River stage zero No dependents

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Lib::Default - Default library loaded by Fry::Shell River stage zero No dependents

This library contains the basic commands to manipulate shell components: listing them, dumping (printing) their objects,unloading them, loading them via a library and a few general-purpose functions. Currently the commands are documented by their abo...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Dump::Default - Default Dump plugin for Fry::Shell River stage zero No dependents

An empty default Dump plugin for those who can't use any other Dump plugins....

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::ReadLine::Gnu - ReadLine plugin for Fry::Shell which uses Term::ReadLine::Gnu. River stage zero No dependents

Note: This module is being overhauled so the syntax for defining autocompletion might change. Also completion for a command's arguments is currently disabled. This module supports command history and autocompletion of options and commands. If a comma...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Lib::Inspector - Autoloaded library for Class::Inspector's class methods. River stage zero No dependents

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Config::Default - Default Config plugin for Fry::Shell. River stage zero No dependents

A valid config file could be : $conf = { vars=>{ prompt=>'Have you read your prompt lately?:', pager=>'more' } }; Note: configuration data structure structure must be named $conf...

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC

Fry::Dump::TreeDumper - Dump plugin for Fry::Shell which uses Data::TreeDumper. River stage zero No dependents

BOZO/Fry-Shell-0.15 - 12 Jan 2005 17:34:38 UTC
24 results (0.034 seconds)